/mcpC H A P T E R 35 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template • Cisco Unity Connection Provisioning Interface (CUPI) API -- Caller Input APIs, on page 393 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Template APIs, on page 398 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Enumeration Types, on page 414 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Greetings APIs, on page 418 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Settings APIs, on page 426 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Post Greeting Recordings APIs , on page 427 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Transfer Rule APIs, on page 428 Cisco Unity Connection Provisioning Interface (CUPI) API -- Caller Input APIs 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 the Caller Inputs The following is an example of the GET request that fetch the list of caller inputs: GET https://<connection-server>/vmrest/ callhandlertemplates/<callhandlertemplate- objectid>/templatemenuentries Cisco Unity Connection Provisioning Interface (CUPI) API 393
