/mcpDescription Greeting Plays during the closed (nonbusiness) hours defined for the active schedule. An off hours greeting overrides the standard greeting, and thus limits the standard greeting to the open hours defined for the active schedule. Off Hours Plays at all times unless overridden by another greeting. You cannot disable the standard greeting. Standard Plays when holiday schedule is encountered unless overridden by an alternate greeting. Holiday Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Greetings APIs Call Handler Greetings APIs Administrator can use this API to fetch the greetings. It can be used to fetch the list of greetings and also a single instance of greetings. Listing the Greetings The following is an example of the GET request that fetch the list of greetings: GET https://<connection-server>/vmrest/callhandlertemplates/<callhandler-objectid>/greetings The following is the response from the above GET request and the actual response will depend upon the information given by you: <Greetings total="7"><Greeting> <URI>/vmrest/handlers/callhandlers/fa468470-1031-4896-ab11-3736bdee3b00/greetings/Alternate</URI> <CallHandlerObjectId>fa468470-1031-4896-ab11-3736bdee3b00</CallHandlerObjectId> <CallhandlerURI>/vmrest/handlers/callhandlers/fa468470-1031-4896-ab11-3736bdee3b00</CallhandlerURI> <IgnoreDigits>false</IgnoreDigits> <PlayWhat>0</PlayWhat> <RepromptDelay>2</RepromptDelay> <Reprompts>0</Reprompts> <TimeExpires>1972-01-01 05:30:00.0</TimeExpires> <GreetingType>Alternate</GreetingType> <AfterGreetingAction>4</AfterGreetingAction> <PlayRecordMessagePrompt>true</PlayRecordMessagePrompt> <EnableTransfer>false</EnableTransfer> <EnablePersonalVideoRecording>false</EnablePersonalVideoRecording> <PlayRecordVideoMessagePrompt>false</PlayRecordVideoMessagePrompt> <GreetingStreamFilesURI>/vmrest/handlers/callhandlers/fa468470-1031-4896-ab11-3736bdee3b00/greetings/Alternate/greetingstreamfiles</GreetingStreamFilesURI> <Enabled>false</Enabled> </Greeting> Cisco Unity Connection Provisioning Interface (CUPI) API 486 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Greetings APIs