McDewey

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

Page 514

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

View the Details of Specific Call Handler Owner The following is an example of the Get request that can be used to fetch the specific call handler owner details: GET https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners/<callHandlerowner-objectid> The following is the response from the above GET request and the actual response will depend upon the information given by you

  1. For a user as a call handler owner: <CallhandlerOwner> <URI>/vmrest/handlers/callhandlers/4afc0de6-c52c-42e4-99bb- 6359bd518f11/callhandlerowners/a6731eca-ba31-4cee-a367-0bd6f45c633f</URI> <ObjectId>a6731eca-ba31-4cee-a367-0bd6f45c633f</ObjectId> <UserObjectId>eaacd744-6fe1-4085-8b25-10c702fdfd20</UserObjectId> <UserURI>/vmrest/users/eaacd744-6fe1-4085-8b25-10c702fdfd20</UserURI> <TargetHandlerObjectId>4afc0de6-c52c-42e4-99bb-6359bd518f11</TargetHandlerObjectId> </CallhandlerOwner> Response Code:200
  2. For a distribution list as a call handler owner: <CallhandlerOwner> <URI>/vmrest/handlers/callhandlers/f3b4cc1f-c2d7-4c67-9f53- 7095d4b2a928/callhandlerowners/4e35ed6c-6aed-42e4-9723-b859706ac749</URI> <DistributionListObjectId>988630fa-313a-4f0c-980f-f6dc78add3ca</DistributionListObjectId> <DistributionListURI>/vmrest/distributionlists/988630fa-313a-4f0c-980f-f6dc78add3ca</DistributionListURI> <ObjectId>4e35ed6c-6aed-42e4-9723-b859706ac749</ObjectId> <TargetHandlerObjectId>f3b4cc1f-c2d7-4c67-9f53-7095d4b2a928</TargetHandlerObjectId> </CallhandlerOwner> Response Code:200 JSON Example To view a specific call handler owner, do the following: GET https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners/<callhandlerowner-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:
  3. For a user as a call handler owner: Cisco Unity Connection Provisioning Interface (CUPI) API 482 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler View the Details of Specific Call Handler Owner