GET {{baseUrl}}/contact_center/queues/:queueId/operating_hours
Get information about a queue's operating hours. Scopes: Rate Limit Label: contact_center_queue:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"account_default_business_hour": "<boolean>",
"business_hour_id": "<string>",
"business_hour_name": "<string>",
"closure_set_id": "<string>",
"closure_set_name": "<string>",
"account_default_closure_set": "<boolean>"
} |
ENDPOINTS