Call Queue
List caller sequence of a call queue
Retrieve a collection of call queue's waiting sequence
get/call_queues/{id}/waiting
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the call queue.
Response
OK
Example response
{
"items": [
{
"session_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}