McDewey

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

Page 519

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

Response Code: 200 JSON Example To view the list of greetings, do the following: GET https://<connection-server>/vmrest/callhandler/<callhandler-objectid>/greetings Accept: appliaction/json Conenction: keep_alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "@total":"7" "Greeting": [ { "URI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a/greetings/Alternate", "CallHandlerObjectId":"a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a", "CallhandlerURI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a", "IgnoreDigits":"false", "PlayWhat":"0", "RepromptDelay":"2", "Reprompts":"0", "TimeExpires":"1972-01-01 00:00:00.0", "GreetingType":"Alternate", "AfterGreetingAction":"4", "PlayRecordMessagePrompt":"true" , "EnableTransfer":"false", "EnablePersonalVideoRecording":"false", "PlayRecordVideoMessagePrompt":"false", "Enabled":"false" }, { "URI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a/greetings/Busy", "CallHandlerObjectId":"a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a", "CallhandlerURI":"/vmrest/handlers/callhandlers/a2f8fb8f-68ee-4a17-90a0-bff0308b5b1a", "IgnoreDigits":"false", "PlayWhat":"0", "RepromptDelay":"2", "Reprompts":"0", "TimeExpires":"1972-01-01 00:00:00.0", "GreetingType":"Busy", "AfterGreetingAction":"4", "PlayRecordMessagePrompt":"true", "EnableTransfer":"false", "EnablePersonalVideoRecording":"false", "PlayRecordVideoMessagePrompt":"false", "Enabled":"false" }, ] } Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 487 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Listing the Greetings