/mcpC H A P T E R 13 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Caller Input Links to Other API pages:Cisco_Unity_Connection_APIs • Caller Inputs API, on page 43 Caller Inputs API To get the caller input URI, follow the steps given below: GET https://<connection-server>/vmrest/users/<user-objectid> From above URI get the call handler URI: GET https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId> To edit caller inputs, you need to get the menu entries: GET https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/menuentries Listing Caller Inputs GET https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/menuentries/<key> The following is the response from the above GET request and the actual response will depend upon the information given by you: <MenuEntry> <URI>/vmrest/handlers/callhandlers/287cdcc0-9f77-48e0-a7b1-0f9b1a5ac842/menuentries/1</URI> <CallHandlerObjectId>287cdcc0-9f77-48e0-a7b1-0f9b1a5ac842</CallHandlerObjectId> <CallhandlerURI>/vmrest/handlers/callhandlers/287cdcc0-9f77-48e0-a7b1-0f9b1a5ac842</CallhandlerURI> <TouchtoneKey>1</TouchtoneKey> <Locked>false</Locked> <Action>7</Action> <TargetConversation>BroadcastMessageAdministrator</TargetConversation> <ObjectId>d2a363af-d3f6-46cf-81c9-5ad48d2dccd7</ObjectId> <DisplayName>abc</DisplayName> <TransferType>0</TransferType> Cisco Unity Connection Provisioning Interface (CUPI) API 43
