Copy GET /api/v2/reports/appointment_results
Content-Type: application/vnd.api+json
Copy Content-Type: application/vnd.api+json; charset=utf-8
200 OK
Copy {
"data": [
{
"id": "2021-11-21",
"type": "reports_appointment_results_periods",
"attributes": {
"appointments_scheduled": 0,
"created_at": "2021-11-23T14:38:25Z",
"end_date": "2021-11-27",
"group_appointments": 0,
"individual_appointments": 0,
"monthly_decrease": 0,
"monthly_increase": 0,
"new_monthly_partners": 0,
"new_special_pledges": 0,
"pledge_increase": "0.0",
"special_gifts": 0,
"start_date": "2021-11-21",
"updated_at": null,
"updated_in_db_at": null,
"weekly_individual_appointment_goal": 10
},
"relationships": {
"pledge_increase_contacts": {
"data": [
]
},
"new_pledges": {
"data": [
]
}
}
},
{
"id": "2021-11-14",
"type": "reports_appointment_results_periods",
"attributes": {
"appointments_scheduled": 0,
"created_at": "2021-11-23T14:38:25Z",
"end_date": "2021-11-20",
"group_appointments": 0,
"individual_appointments": 0,
"monthly_decrease": 0,
"monthly_increase": 0,
"new_monthly_partners": 0,
"new_special_pledges": 0,
"pledge_increase": "0.0",
"special_gifts": 0,
"start_date": "2021-11-14",
"updated_at": null,
"updated_in_db_at": null,
"weekly_individual_appointment_goal": 10
},
"relationships": {
"pledge_increase_contacts": {
"data": [
]
},
"new_pledges": {
"data": [
]
}
}
},
{
"id": "2021-11-07",
"type": "reports_appointment_results_periods",
"attributes": {
"appointments_scheduled": 0,
"created_at": "2021-11-23T14:38:25Z",
"end_date": "2021-11-13",
"group_appointments": 0,
"individual_appointments": 0,
"monthly_decrease": 0,
"monthly_increase": 0,
"new_monthly_partners": 0,
"new_special_pledges": 0,
"pledge_increase": "0.0",
"special_gifts": 0,
"start_date": "2021-11-07",
"updated_at": null,
"updated_in_db_at": null,
"weekly_individual_appointment_goal": 10
},
"relationships": {
"pledge_increase_contacts": {
"data": [
]
},
"new_pledges": {
"data": [
]
}
}
},
{
"id": "2021-10-31",
"type": "reports_appointment_results_periods",
"attributes": {
"appointments_scheduled": 0,
"created_at": "2021-11-23T14:38:25Z",
"end_date": "2021-11-06",
"group_appointments": 0,
"individual_appointments": 0,
"monthly_decrease": 0,
"monthly_increase": 0,
"new_monthly_partners": 0,
"new_special_pledges": 0,
"pledge_increase": "0.0",
"special_gifts": 0,
"start_date": "2021-10-31",
"updated_at": null,
"updated_in_db_at": null,
"weekly_individual_appointment_goal": 10
},
"relationships": {
"pledge_increase_contacts": {
"data": [
]
},
"new_pledges": {
"data": [
]
}
}
}
],
"meta": {
"sort": null,
"filter": {
},
"averages": {
"average_appointments_scheduled": 0,
"average_individual_appointments": 0,
"average_group_appointments": 0,
"average_new_monthly_partners": 0,
"average_new_special_pledges": 0,
"average_special_gifts": 0,
"average_monthly_increase": 0,
"average_pledge_increase": 0
}
}
}