Class 5 Call Center Consumer
Read
Retrieve a single Class 5 Call Center Consumer record by ID.
get/api/cp/class5/call-center-consumer/{id}
Path parameters
idinteger required
Id identifier
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.