Logo
Zoom Public API Documentation

Get a queue's operating hours

GET {{baseUrl}}/contact_center/queues/:queueId/operating_hours

Get information about a queue's operating hours.

Scopes: contact_center_queue:read:admin

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/queues/:queueId/operating_hours' -H 'Accept: application/json'

ENDPOINTS