Common scheduler stats (/task_scheduler/stats/)
- Ilya Titaev
Description of data structures
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
bridged_duration | integer | Total duration of successful conversations |
success_less_duration_standard_count | integer | The number of calls where the duration of the conversation is greater than the standard ( |
success_more_duration_standard_count | integer | The number of calls where the duration of the conversation is less than the standard ( |
busy_count | integer | The number of calls with the result busy |
answered_count | integer | The number of calls with the result answered |
not_answered_count | integer | The number of calls with the result not_answered |
failed_count | integer | The number of calls with the result failed |
rejected_count | integer | The number of calls with the result rejected |
bridged_count | integer | The number of calls with the result bridged |
Resources of the "Client" section
GET /client/{client_id}/task_scheduler/{scheduler_id}/stats/
Get stats
URL Parameters
Name | Type |
---|
Name | Type |
---|---|
client_id | string |
scheduler_id | string |
Query Parameters
Name | Type |
---|
Name | Type |
---|---|
duration_standard | integer |
Поля ответа
Name | Type |
---|
Name | Type |
---|---|
bridged_duration | integer |
success_less_duration_standard_count | integer |
success_more_duration_standard_count | integer |
busy_count | integer |
answered_count | integer |
not_answered_count | integer |
failed_count | integer |
rejected_count | integer |
bridged_count | integer |