/mcp{ "@total": "1", "ScheduleDetail": { "URI": "/vmrest/schedules/f62e3780-4bfc-4c8f-91a4-3ac4e35803c4/scheduledetails/894f29bc-8ff1-4183-b8c1-f1c304d9109b", "ObjectId": "894f29bc-8ff1-4183-b8c1-f1c304d9109b", "ScheduleObjectId": "f62e3780-4bfc-4c8f-91a4-3ac4e35803c4", "ScheduleURI": "/vmrest/schedules/f62e3780-4bfc-4c8f-91a4-3ac4e35803c4", "IsActiveMonday": "false", "IsActiveTuesday": "false", "IsActiveWednesday": "false", "IsActiveThursday": "false", "IsActiveFriday": "false", "IsActiveSaturday": "true", "IsActiveSunday": "true", "StartTime": "480", "EndTime": "1020" } } Response Code: 200 Viewing the Specific Holiday Schedule The following is an example of the GET request that lists the details of a specific holiday schedule represented by the provided value of holiday schedule object ID: GET https://<connection-server>/vmrest/schedules/<holidayscheduleobjectid> The following is the response from the above GET request and the actual response will depend upon the information given by you: <Schedule> <URI>/vmrest/schedules/f62e3780-4bfc-4c8f-91a4-3ac4e35803c4</URI> <ObjectId>f62e3780-4bfc-4c8f-91a4-3ac4e35803c4</ObjectId> <DisplayName>Tenant1_Holiday_1</DisplayName> <OwnerLocationObjectId>97a1e9ab-6a69-4272-952a-b0e25c08aaaf</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/97a1e9ab-6a69-4272-952ab0e25c08aaaf</OwnerLocationURI> <IsHoliday>true</IsHoliday> <Undeletable>false</Undeletable> <ScheduleDetailsURI>/vmrest/schedules/f62e3780-4bfc-4c8f-91a4-3ac4e35803c4/scheduledetails</ScheduleDetailsURI> </Schedule> Response Code: 200 JSON Example To view a specific holiday schedule, do the following: GET https://<connection-server>/vmrest/schedules/<holidayscheduleobjectid> Accept: application/json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 730 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Viewing the Specific Holiday Schedule