McDewey

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

Page 152

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

Listing a Particular Private List GET https://<connection-server>/vmrest/users/<user-objectid>/privatelists/<objectid> The following is the response from the above GET request and the actual response will depend upon the information given by you: <PrivateList> <URI>/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8/privatelists/8465e5d7-f0d2-4d32-81b1-634a2315db9c</URI> <ObjectId>8465e5d7-f0d2-4d32-81b1-634a2315db9c</ObjectId> <DisplayName>Test1</DisplayName> <UserObjectId>9375d893-c8eb-437b-90bf-7de4b1d0c3e8</UserObjectId> <UserURI>/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8</UserURI> <DtmfName>83781</DtmfName> <Alias>Texoma_8465e5d7-f0d2-4d32-81b1-634a2315db9c</Alias> <NumericId>1</NumericId> <IsAddressable>true</IsAddressable> <PrivateListMembersURI>/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8/privatelists/8465e5d7-f0d2-4d32-81b1- 634a2315db9c/privatelistmembers</PrivateListMembersURI> <AlternateNamesURI>/vmrest/alternatenames?query=(PersonalGroupObjectId%20is%208465e5d7-f0d2-4d32-81b1-634a2315db9c) </AlternateNamesURI> </PrivateList> Response Code: 200 JSON Example GET https://<connection-server>vmrest/users/<user-objectid>/privatelists/<objectid> 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: { “URI”: “/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8/privatelists/8465e5d7-f0d2-4d32-81b1-634a2315db9c” “ObjectId”: “8465e5d7-f0d2-4d32-81b1-634a2315db9c” “DisplayName”: “Test1” “UserObjectId”: “9375d893-c8eb-437b-90bf-7de4b1d0c3e8” “UserURI”: “/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8” “DtmfName”: “83781” “Alias”: “Texoma_8465e5d7-f0d2-4d32-81b1-634a2315db9c” “NumericId”: “1” “IsAddressable”: “true” “PrivateListMembersURI”: “/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8/privatelists/8465e5d7-f0d2-4d32-81b1- 634a2315db9c/privatelistmembers” “AlternateNamesURI”: “/vmrest/alternatenames?query=(PersonalGroupObjectId%20is%208465e5d7-f0d2-4d32-81b1-634a2315db9c)” } Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 120 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Private List API Listing a Particular Private List