Was this helpful?
Retrieve a collection of call queue's waiting sequence
/call_queues/{id}/waiting
The unique ID of call queue.
The unique ID of the resource.
curl -L \ --url 'https://HOSTNAME:8887/api/call_queues/{id}/waiting' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "items": [ { "extension_number": "text", "display_name": "text", "waiting_time": 1, "session_id": "NzAwNTUxOTA5NzczMTQ4MTYw" } ] }