/mcpViewing the Details of Specific Greeting The following is an example of the GET request that lists the details of specific greeting: GET https://<connection-server>/vmrest/callhandler/<callhandler- objectid>/greetings/<Greetingname> The following is the response from the above GET request and the actual response will depend upon the information given by you: <Greeting> <URI>/vmrest/handlers/callhandlers/5f6e1043-5edf-4646-90ac-836910ac1a4c/greetings/Alternate</URI> <CallHandlerObjectId>5f6e1043-5edf-4646-90ac-836910ac1a4c</CallHandlerObjectId> <CallhandlerURI>/vmrest/handlers/callhandlers/5f6e1043-5edf-4646-90ac-836910ac1a4c</CallhandlerURI> <IgnoreDigits>false</IgnoreDigits> <PlayWhat>0</PlayWhat> <RepromptDelay>2</RepromptDelay> <Reprompts>0</Reprompts> <TimeExpires>1972-01-01 00:00:00.0</TimeExpires> <GreetingType>Alternate</GreetingType> <AfterGreetingAction>4</AfterGreetingAction> <PlayRecordMessagePrompt>true</PlayRecordMessagePrompt> <EnableTransfer>false</EnableTransfer> <EnablePersonalVideoRecording>false</EnablePersonalVideoRecording> <PlayRecordVideoMessagePrompt>false</PlayRecordVideoMessagePrompt> <Enabled>false</Enabled> </Greeting> Response Code: 200 JSON Example To view a specific greeting, do the following: GET https://<connection-server>/vmrest/callhandler/<Callhandler- objectid>/greetings/<Greetingname> Accept: application/json Connection: keep_alive The following is the response from the above GET request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 488 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Viewing the Details of Specific Greeting