GET {{baseUrl}}/contact_center/inboxes/:inboxId/queues
Retrieve a list of queues that have access to an inbox. Scopes: Rate Limit Label: contact_center_queue:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "<string>",
"page_size": 30,
"total_records": "<integer>",
"queues": [
{
"queue_id": "<string>",
"queue_name": "<string>",
"agents_count": "<integer>",
"supervisors_count": "<integer>",
"channel_types": [
"voice",
"video"
]
},
{
"queue_id": "<string>",
"queue_name": "<string>",
"agents_count": "<integer>",
"supervisors_count": "<integer>",
"channel_types": [
"in_app_chat",
"sms"
]
}
]
} |
ENDPOINTS