/mcpThe following is the response from the above GET request and the actual response will depend upon the information given by you: <ScheduleSet> <URI>/vmrest/schedulesets/e01b7fa7-521b-47f7-82d0-bb898aeec903</URI> <ObjectId>e01b7fa7-521b-47f7-82d0-bb898aeec903</ObjectId> <DisplayName>Weekdays</DisplayName> <OwnerLocationObjectId>51bff648-e60f-44ec-b2c8-ae854dfc1f41</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/51bff648-e60f-44ec-b2c8-ae854dfc1f41</OwnerLocationURI> <Undeletable>true</Undeletable> <ScheduleSetMembersURI>/vmrest/schedulesets/e01b7fa7-521b-47f7-82d0-bb898aeec903/schedulesetmembers</ScheduleSetMembersURI> </ScheduleSet> Response Code: 200 JSON Example To view a specific schedule set, do the following: GET https://<connection-server>/vmrest/schedulesets/<scheduleset-objectid> Accept: application/json Connection: keep-alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "URI": "/vmrest/schedulesets/e01b7fa7-521b-47f7-82d0-bb898aeec903", "ObjectId": "e01b7fa7-521b-47f7-82d0-bb898aeec903", "DisplayName": "Weekdays", "OwnerLocationObjectId": "51bff648-e60f-44ec-b2c8-ae854dfc1f41", "OwnerLocationURI": "/vmrest/locations/connectionlocations/51bff648-e60f-44ec-b2c8-ae854dfc1f41", "Undeletable": "true", "ScheduleSetMembersURI": "/vmrest/schedulesets/e01b7fa7-521b-47f7-82d0-bb898aeec903/schedulesetmembers" } Response Code: 200 Creating a New Schedule Set The following is an example of POST request that can be used to create a new schedule set: POST https://<connection-server>/vmrest/schedulesets Request Body <ScheduleSet> <DisplayName>Texoma_DayShift </DisplayName> <OwnerLocationObjectId>5150cb31-a665-47d8-a311-9cc4524810d3</OwnerLocationObjectId> </ScheduleSet> The following is the response from the above POST request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 737 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Creating a New Schedule Set