GET /api/v2/reports/activity_results
Content-Type: application/vnd.api+json
Content-Type: application/vnd.api+json; charset=utf-8
200 OK
{
"data": [
{
"id": "2021-11-21",
"type": "reports_activity_results_periods",
"attributes": {
"calls_with_appointment_next": 0,
"completed_call": 0,
"completed_pre_call_letter": 0,
"completed_reminder_letter": 0,
"completed_support_letter": 0,
"completed_thank": 0,
"created_at": "2021-11-23T14:38:30Z",
"dials": 0,
"electronic_message_sent": 0,
"electronic_message_with_appointment_next": 0,
"end_date": "2021-11-27T23:59:59Z",
"start_date": "2021-11-21T00:00:00Z",
"updated_at": null,
"updated_in_db_at": null
}
},
{
"id": "2021-11-14",
"type": "reports_activity_results_periods",
"attributes": {
"calls_with_appointment_next": 0,
"completed_call": 0,
"completed_pre_call_letter": 0,
"completed_reminder_letter": 0,
"completed_support_letter": 0,
"completed_thank": 0,
"created_at": "2021-11-23T14:38:30Z",
"dials": 0,
"electronic_message_sent": 0,
"electronic_message_with_appointment_next": 0,
"end_date": "2021-11-20T23:59:59Z",
"start_date": "2021-11-14T00:00:00Z",
"updated_at": null,
"updated_in_db_at": null
}
},
{
"id": "2021-11-07",
"type": "reports_activity_results_periods",
"attributes": {
"calls_with_appointment_next": 0,
"completed_call": 0,
"completed_pre_call_letter": 0,
"completed_reminder_letter": 0,
"completed_support_letter": 0,
"completed_thank": 0,
"created_at": "2021-11-23T14:38:30Z",
"dials": 0,
"electronic_message_sent": 0,
"electronic_message_with_appointment_next": 0,
"end_date": "2021-11-13T23:59:59Z",
"start_date": "2021-11-07T00:00:00Z",
"updated_at": null,
"updated_in_db_at": null
}
},
{
"id": "2021-10-31",
"type": "reports_activity_results_periods",
"attributes": {
"calls_with_appointment_next": 0,
"completed_call": 0,
"completed_pre_call_letter": 0,
"completed_reminder_letter": 0,
"completed_support_letter": 0,
"completed_thank": 0,
"created_at": "2021-11-23T14:38:30Z",
"dials": 0,
"electronic_message_sent": 0,
"electronic_message_with_appointment_next": 0,
"end_date": "2021-11-06T23:59:59Z",
"start_date": "2021-10-31T00:00:00Z",
"updated_at": null,
"updated_in_db_at": null
}
}
],
"meta": {
"sort": null,
"filter": {
},
"averages": {
"average_completed_pre_call_letter": 0,
"average_completed_reminder_letter": 0,
"average_completed_support_letter": 0,
"average_completed_thank": 0,
"average_calls_with_appointment_next": 0,
"average_dials": 0,
"average_completed_call": 0,
"average_electronic_message_sent": 0,
"average_electronic_message_with_appointment_next": 0
}
}
}