/mcpGET https://<connection-server>/vmrest/schedulesets/<schedulesetobjectid>/schedulesetmembers/<schedulesetmember-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/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/2008f07d-4265-4570-ab6f-362228dd8180", "ScheduleSetObjectId": "c309414c-0c72-4d37-8a22-9ed7d9ee9b3e", "ScheduleSetURI": "/vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e", "ScheduleObjectId": "2008f07d-4265-4570-ab6f-362228dd8180", "ScheduleURI": "/vmrest/schedules/2008f07d-4265-4570-ab6f-362228dd8180", "Exclude": "false" } Response Code: 200 Creating a New Schedule Set Member The following is an example of POST request that can be used to create a new schedule set member: POST https://<connection-server>/vmrest/schedulesets/<scheduleset-objectid>/schedulesetmembers Request Body for a Non-Holiday Schedule: <ScheduleSetMember> <ScheduleSetObjectId>11a4f6b1-c926-4404-9bba-964ebb3075c3</ScheduleSetObjectId> <ScheduleObjectId>4ac392b8-e276-46a1-978a-9b648c2c785b</ScheduleObjectId> <Exclude>false</Exclude> </ScheduleSetMember> The following is the response from the above POST request and the actual response will depend upon the information given by you: <pre> Response Code: 201 /vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/2008f07d-4265-4570-ab6f-362228dd8180 A schedule set can have at most 1 schedule marked as included, and that schedule must not be a holiday schedule. A schedule set can also have at most 1 schedule marked as excluded, and that schedule must be a holiday schedule. Note JSON Example for a non-holiday schedule To create a new schedule set member, do the following: POST https://<connection-server>/vmrest/schedulesets/<scheduleset-objectid>/schedulesetmembers Accept: application/json Content-Type: application/json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 743 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Creating a New Schedule Set Member