McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 774

↗ View in doc context
page
774
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::738

{ "@total": "2", "ScheduleSetMember[ { "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" }, { "URI": "/vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/c1bdc7d4-fd7c-4ae7-a836-6094f987ad74", "ScheduleSetObjectId": "c309414c-0c72-4d37-8a22-9ed7d9ee9b3e", "ScheduleSetURI": "/vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e", "ScheduleObjectId": "c1bdc7d4-fd7c-4ae7-a836-6094f987ad74", "ScheduleURI": "/vmrest/schedules/c1bdc7d4-fd7c-4ae7-a836-6094f987ad74", "Exclude": "true" } ] } Response Code: 200 Viewing the Specific Schedule Set Member The following is an example of the GET request that lists the details of specific schedule set member represented by the provided value of schedule set member object ID: GET https://<connection-server>/vmrest/schedulesets/<schedulesetobjectid>/schedulesetmembers/<schedulesetmember-objectid> The following is the response from the above GET request and the actual response will depend upon the information given by you: </pre> <ScheduleSetMember>: <URI>/vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e/schedulesetmembers/2008f07d-4265-4570-ab6f-362228dd8180</URI> <ScheduleSetObjectId>c309414c-0c72-4d37-8a22-9ed7d9ee9b3e</ScheduleSetObjectId> <ScheduleSetURI>/vmrest/schedulesets/c309414c-0c72-4d37-8a22-9ed7d9ee9b3e</ScheduleSetURI> <ScheduleObjectId>2008f07d-4265-4570-ab6f-362228dd8180</ScheduleObjectId> <ScheduleURI>/vmrest/schedules/2008f07d-4265-4570-ab6f-362228dd8180</ScheduleURI> <Exclude>false</Exclude> </ScheduleSetMember> </pre> Response Code: 200 JSON Example To view a specific schedule set member, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 742 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Viewing the Specific Schedule Set Member