McDewey

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

Page 427

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

{ "@total":"2" "TemplateMenuEntry": { "URI":"/vmrest/callhandlertemplates/a2f8fb8f-68ee-4a17-90a0- bff0308b5b1a/templatemenuentries/" "CallHandlerObjectId":"a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a" "CallhandlerURI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0- bff0308b5b1a" "TouchtoneKey":"" "Locked":"true" "Action":"2" "TargetConversation":"SubSignIn" "ObjectId":"17184311-90ac-4654-8e26-cfbe08138851" }, { "URI":"/vmrest/callhandlertemplates/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a/templatemenuentries/#" "CallHandlerObjectId":"a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a" "CallhandlerURI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0- bff0308b5b1a" "TouchtoneKey":"#" "Locked":"true" "Action":"5" "ObjectId":"27eb298c-22a1-4ed7-813b-61c144bc0fdc" }, ] } Response Code: 200 Viewing the Details of Specific Caller Input The following is an example of the GET request that lists the details of specific caller input: GET https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate- objectid>/templatemenuentries/<TouchToneKey> The following is the response from the above GET request and the actual response will depend upon the information given by you: <TemplateMenuEntry> <URI>/vmrest/callhandlertemplates/5f6e1043-5edf-4646-90ac- 836910ac1a4c/templatemenuentries/5</URI> <CallHandlerObjectId>5f6e1043-5edf-4646-90ac-836910ac1a4c</CallHandlerObjectId> <CallhandlerURI>/vmrest/handlers/callhandlers/5f6e1043-5edf-4646-90ac- 836910ac1a4c</CallhandlerURI> <TouchtoneKey>5</TouchtoneKey> <Locked>false</Locked> <Action>0</Action> <ObjectId>f076155c-80b1-4538-bcc7-c901a6eafbae</ObjectId> </TemplateMenuEntry> Response Code: 200 JSON Example To view a particular caller input, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 395 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Viewing the Details of Specific Caller Input