McDewey

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

Page 747

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

Notes Default Field Type Field Name NA Null GUID OwnerPersonalRulesSetObjectId NA Null GUID OwnerSubscriberObjectId Is only True for factory default objects False Boolean Undeletable Retrieving the list of ScheduleSets To retrieve the list of ScheduleSets, an administrator makes a GET to the schedulesets resource: GET /vmrest/schedulesets This would return the following on success: 200 OK <?xml version="1.0" encoding="UTF-8"?> <ScheduleSets total="3"> <ScheduleSet> <URI>/vmrest/schedulesets/30d9c0df-534b-437a-a6b7-439adfd850da</URI> <ObjectId>30d9c0df-534b-437a-a6b7-439adfd850da</ObjectId> <DisplayName>Weekdays</DisplayName> <OwnerLocationObjectId>6a56503e-c1c8-406c-85fd-76be40994d39</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/6a56503e-c1c8-406c-85fd-76be40994d39</OwnerLocationURI> <Undeletable>true</Undeletable> <ScheduleSetMemberURI>/vmrest/schedulesets/30d9c0df-534b-437a-a6b7-439adfd850da/schedulesetmembers</ScheduleSetMemberURI> </ScheduleSet> <ScheduleSet> <URI>/vmrest/schedulesets/75af01af-d290-4e0e-9862-5adf8293536c</URI> <ObjectId>75af01af-d290-4e0e-9862-5adf8293536c</ObjectId> <DisplayName>All Hours</DisplayName> <OwnerLocationObjectId>6a56503e-c1c8-406c-85fd-76be40994d39</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/6a56503e-c1c8-406c-85fd-76be40994d39</OwnerLocationURI> <Undeletable>true</Undeletable> <ScheduleSetMemberURI>/vmrest/schedulesets/75af01af-d290-4e0e-9862-5adf8293536c/schedulesetmembers</ScheduleSetMemberURI> </ScheduleSet> <ScheduleSet> <URI>/vmrest/schedulesets/e2e381e4-6096-4643-b0bb-b17a65b101bc</URI> <ObjectId>e2e381e4-6096-4643-b0bb-b17a65b101bc</ObjectId> <TenantObjectId>fe6541fb-b42c-44f2-8404-ded14cbf7438</TenantObjectId> <DisplayName>Voice Recognition Update Schedule</DisplayName> <OwnerLocationObjectId>6a56503e-c1c8-406c-85fd-76be40994d39</OwnerLocationObjectId> <OwnerLocationURI>/vmrest/locations/connectionlocations/6a56503e-c1c8-406c-85fd-76be40994d39</OwnerLocationURI> <Undeletable>false</Undeletable> <ScheduleSetMemberURI>/vmrest/schedulesets/e2e381e4-6096-4643-b0bb-b17a65b101bc/schedulesetmembers</ScheduleSetMemberURI> </ScheduleSet> </ScheduleSets> Cisco Unity Connection Provisioning Interface (CUPI) API 715 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Retrieving the list of ScheduleSets