Get a collection of call queues where exclusive number is located.
The unique ID of exclusive number.
OK
const response = await fetch('http://127.0.0.1:8888/api/exclusive_numbers/{id}/call_queues', { method: 'GET', headers: {}, }); const data = await response.json();
{ "items": [ { "id": {}, "name": "text", "extension_number": "text" } ] }