McDewey

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

Page 767

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

GET https://<connection-server>/vmrest/schedulesets The following is the response from the above GET request and the actual response will depend upon the information given by you: <pre> <ScheduleSets total="3"> <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> <ScheduleSet> <URI>/vmrest/schedulesets/8f2e394c-1d09-412e-8e09-c26b152344c1</URI> <ObjectId>8f2e394c-1d09-412e-8e09-c26b152344c1</ObjectId> <DisplayName>All Hours</DisplayName> <OwnerLocationObjectId>51bff648-e60f-44ec-b2c8-ae854dfc1f41</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/51bff648-e60f-44ec-b2c8-ae854dfc1f41</OwnerLocationURI> <Undeletable>true</Undeletable> <ScheduleSetMembersURI>/vmrest/schedulesets/8f2e394c-1d09-412e-8e09-c26b152344c1/schedulesetmembers</ScheduleSetMembersURI> </ScheduleSet> <ScheduleSet> <URI>/vmrest/schedulesets/31c9ff78-f6b3-4731-9df2-dce8de411f33</URI> <ObjectId>31c9ff78-f6b3-4731-9df2-dce8de411f33</ObjectId> <TenantObjectId>fe6541fb-b42c-44f2-8404-ded14cbf7438</TenantObjectId> <DisplayName>Voice Recognition Update Schedule</DisplayName> <OwnerLocationObjectId>51bff648-e60f-44ec-b2c8-ae854dfc1f41</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/51bff648-e60f-44ec-b2c8-ae854dfc1f41</OwnerLocationURI> <Undeletable>false</Undeletable> <ScheduleSetMembersURI>/vmrest/schedulesets/31c9ff78-f6b3-4731-9df2-dce8de411f33/schedulesetmembers</ScheduleSetMembersURI> </ScheduleSet> </ScheduleSets> Response Code: 200 JSON Example To list all the schedule sets, do the following: GET https://<connection-server>/vmrest/schedulesets 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: Cisco Unity Connection Provisioning Interface (CUPI) API 735 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Listing the Schedule Sets