Class 5 Call Center Consumer
List
Retrieve a paginated list of Class 5 Call Center Consumer records. Supports filtering, sorting, and search.
get/api/cp/class5/call-center-consumer
Query parameters
type'callback' | 'uuid-standby'
Filter by Type
status'Available' | 'Available (On Demand'
Filter by Status
Response
Successful response
Example response
[
{
"id": 12345,
"call_center_id": 1,
"sip_user_id": 1,
"level": 123,
"position": 123,
"type": "callback",
"status": "Available",
"max_no_answer": 123,
"wrap_up_time": 123,
"reject_delay_time": 123,
"busy_delay_time": 123,
"no_answer_delay_time": 123,
"ring_timeout": 123,
"created_at": "2025-01-17T10:30:00Z",
"updated_at": "2025-01-17T10:30:00Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.