CTI
List call queues of exclusive number
Get a collection of call queues where exclusive number is located.
get/exclusive_numbers/{id}/call_queues
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID the exclusive number.
Response
OK
Example response
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}