McDewey

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

Page 321

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

Cisco Unity Connection Provisioning Interface (CUPI) API -- User Template Post Greeting Recordings User Template Post Greeting Recordings The following URI can be used to view the user template object ID: GET https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid> From the above UR, get the call handler primary template object ID: GET https://<connection-server>/vmrestvmrest/callhandlerprimarytemplates/<CallhandlerprimarytemplatesObjectId> Update Post Greeting Recording Settings Request Body: <CallhandlerPrimaryTemplate> <PlayPostGreetingRecording>1</PlayPostGreetingRecording> </CallhandlerPrimaryTemplate> The following is the response from the PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To update post greeting recording settings, do the following: Request URI: PUT https://<connection-server>/vmrest/callhandlerprimarytemplates/<ObjectId> Accept: application/json Content-type: application/json Connection: keep-alive Request Body: { "PlayPostGreetingRecording":"1" } The following is the response from the PUT request and the actual response will depend upon the information given by you: Response Code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 289 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Cisco Unity Connection Provisioning Interface (CUPI) API -- User Template Post Greeting Recordings