McDewey

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

Page 711

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

Request URI: GET https://<connection-server>/vmrest/restrictiontables 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: { "@total": "2", "RestrictionTable": [ { "URI": "/vmrest/restrictiontables/4f01e5b1-b649-4f94-b55e-0c53d0e29c38", "ObjectId": "4f01e5b1-b649-4f94-b55e-0c53d0e29c38", "CreationTime": "2013-02-14T05:05:09Z", "DefaultBlocked": "false", "LocationObjectId": "bbf3e6ed-0278-479c-9a6e-2da8756eeb6f", "LocationURI": "/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c-9a6e- 2da8756eeb6f", "MaxDigits": "40", "MinDigits": "1", "DisplayName": "Default Transfer", "Undeletable": "true", "RestrictionPatternsURI": "/vmrest/restrictiontables/4f01e5b1-b649-4f94-b55e- 0c53d0e29c38/restrictionpatterns" }, { "URI": "/vmrest/restrictiontables/d66b1140-986a-40f1-a7d0-09714652d53f", "ObjectId": "d66b1140-986a-40f1-a7d0-09714652d53f", "CreationTime": "2013-02-14T05:05:09Z", "DefaultBlocked": "false", "LocationObjectId": "bbf3e6ed-0278-479c-9a6e-2da8756eeb6f", "LocationURI": "/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c-9a6e- 2da8756eeb6f", "MaxDigits": "40", "MinDigits": "1", "DisplayName": "Default Outdial", "Undeletable": "true", "RestrictionPatternsURI": "/vmrest/restrictiontables/d66b1140-986a-40f1-a7d0- 09714652d53f/restrictionpatterns" } ] } Response Code: 200 Viewing the Specific Restriction Table Example 1: With valid object ID The following is an example of the GET request that lists the details of specific restriction table represented by the provided value of object ID: GET https://<connection-server>/vmrest/restrictiontables/<restrictiontableobjectid> 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 679 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Viewing the Specific Restriction Table