Logo
Zoom Public API Documentation

Get a closure set

GET {{baseUrl}}/contact_center/closures/:closureSetId

Get information about a closure set.

Scopes: contact_center_queue:read:admincontact_center_operating_hours:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "account_default": "<boolean>", "closure_set_description": "<string>", "closure_set_id": "<string>", "closure_set_name": "<string>", "closures": [ { "closure_hour_type": 1, "closure_name": "<string>", "end_time": "<string>", "recurring_frequency": 0, "start_time": "<string>", "closure_id": "<string>", "recurring_frequency_type": 2, "recurring_month": 9, "recurring_week_interval": "<integer>", "recurring_days_of_week": [ "<string>", "<string>" ] }, { "closure_hour_type": 1, "closure_name": "<string>", "end_time": "<string>", "recurring_frequency": 3, "start_time": "<string>", "closure_id": "<string>", "recurring_frequency_type": 2, "recurring_month": 5, "recurring_week_interval": "<integer>", "recurring_days_of_week": [ "<string>", "<string>" ] } ], "timezone": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/closures/:closureSetId' -H 'Accept: application/json'

ENDPOINTS