McDewey

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

Page 474

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

GET https://<connection-server>/vmrest/tenants Viewing the Specific Distribution List The following is an example of the GET request that lists the details of specific distribution list represented by the provided value of distribution list object ID: GET https://<connection-server>/vmrest/distributionlists/<distributionlistObjectId> The following is the response from the above GET request and the actual response will depend upon the information given by you: <DistributionList> <URI>/vmrest/distributionlists/c34b145e-b1f4-40de-9031-bc83703f0b1c</URI> <ObjectId>c34b145e-b1f4-40de-9031-bc83703f0b1c</ObjectId> <Alias>allvoicemailenabledcontacts</Alias> <CreationTime>2013-02-14T05:05:42Z</CreationTime> <DisplayName>All Voicemail-Enabled Contacts</DisplayName> <DtmfName>2558642362453622</DtmfName> <IsPublic>true</IsPublic> <Undeletable>true</Undeletable> <VoiceName>d5814a39-94df-4498-acfd-93728a607be7.wav</VoiceName> <VoiceFileURI>/vmrest/voicefiles/d5814a39-94df-4498-acfd-93728a607be7.wav</VoiceFileURI> <VoiceNameURI>/vmrest/distributionlists/c34b145e-b1f4-40de-9031- bc83703f0b1c/voicename</VoiceNameURI> <LocationObjectId>bbf3e6ed-0278-479c-9a6e-2da8756eeb6f</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c-9a6e- 2da8756eeb6f</LocationURI> <DtmfAccessId>99992</DtmfAccessId> <AllowContacts>true</AllowContacts> <AllowForeignMessage>false</AllowForeignMessage> <PartitionObjectId>d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b</PartitionObjectId> <PartitionURI>/vmrest/partitions/d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b</PartitionURI> <DistributionListMembersURI>/vmrest/distributionlists/c34b145e-b1f4-40de-9031- bc83703f0b1c/distributionlistmembers</DistributionListMembersURI> <AlternateNamesURI>/vmrest/alternatenames?query=(DistributionListObjectId%20is%20c34b14 5e-b1f4-40de-9031-bc83703f0b1c)</AlternateNamesURI> </DistributionList> Response Code: 200 JSON Example To get a distribution list for a particular partitions, do the following: Request URI: GET https://<connection-server>/vmrest/distributionlists/<distributionlistObjectId> 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 442 Cisco Unity Connection Provisioning Interface (CUPI) API for Distribution List Viewing the Specific Distribution List