/mcp{ "@total": "3", "ScheduleSet": [ { "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" }, { "URI": "/vmrest/schedulesets/8f2e394c-1d09-412e-8e09-c26b152344c1", "ObjectId": "8f2e394c-1d09-412e-8e09-c26b152344c1", "DisplayName": "All Hours", "OwnerLocationObjectId": "51bff648-e60f-44ec-b2c8-ae854dfc1f41", "OwnerLocationURI": "/vmrest/locations/connectionlocations/51bff648-e60f-44ec-b2c8-ae854dfc1f41", "Undeletable": "true", "ScheduleSetMembersURI": "/vmrest/schedulesets/8f2e394c-1d09-412e-8e09-c26b152344c1/schedulesetmembers" }, { "URI": "/vmrest/schedulesets/31c9ff78-f6b3-4731-9df2-dce8de411f33", "ObjectId": "31c9ff78-f6b3-4731-9df2-dce8de411f33", "TenantObjectId": "fe6541fb-b42c-44f2-8404-ded14cbf7438", "DisplayName": "Voice Recognition Update Schedule", "OwnerLocationObjectId": "51bff648-e60f-44ec-b2c8-ae854dfc1f41", "OwnerLocationURI": "/vmrest/locations/connectionlocations/51bff648-e60f-44ec-b2c8-ae854dfc1f41", "Undeletable": "false", "ScheduleSetMembersURI": "/vmrest/schedulesets/31c9ff78-f6b3-4731-9df2-dce8de411f33/schedulesetmembers" } ] } Response Code: 200 Listing Specific Tenant Related ScheduleSets by System Administrator In Cisco Unity Connection 10.5(2) and later, the system administrator can use TenantObjectID to list the specific tenant related schedulesets using the following URI: GET https://<connection-server>/vmrest/schedulesets?query=(TenantObjectId is <Tenant-ObjectId>) To get the TenantObjectID, use the following URI: GET https://<connection-server>/vmrest/tenants Viewing the Specific Schedule Set The following is an example of the GET request that lists the details of specific schedule set represented by the provided value of schedule set object ID: GET https://<connection-server>/vmrest/schedulesets/<scheduleset-objectid> Cisco Unity Connection Provisioning Interface (CUPI) API 736 Cisco Unity Connection Provisioning Interface (CUPI) API for Schedules Listing Specific Tenant Related ScheduleSets by System Administrator