/mcpThe following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To enable use of custom recordings on a directory handler, do the following: PUT https://<connection-server>/vmrest/handlers/directoryhandlers/<DirectoryhandlerObjectId> Accept: application /json Content-Type: application/json Connection: keep-alive { "UseCustomGreeting": "true" } The following is an example of the PUT request and the actual response will depend upon the information given by you: Response Code: 204 Listing Directory Handler Greeting The following is an example of the GET request that lists all the custom recordings for a directory handler represented by the provided value of directory handler ID: GET https://<connection- server>/vmrest/handlers/directoryhandlers/<DirectoryHandlerObjectId>/directoryhandlerstreamfiles The following is the response from the above GET request and the actual response will depend upon the information given by you: <DirectoryHandlerStreamFiles> <DirectoryHandlerStreamFile> <DirectoryHandlerObjectId>3a0043ab-933b-45f6-852d-e0a261554da2</DirectoryHandlerObjectId> <LanguageCode>1033</LanguageCode> <StreamFile>5a0c7347-4064-4e94-a9c8-b12426d38f8a.wav</StreamFile> </DirectoryHandlerStreamFile> </DirectoryHandlerStreamFiles> Response Code: 200 JSON Example To list directory handler greeting, do the following: Request URI: GET https://<connection- server>/vmrest/handlers/directoryhandlers/<DirectoryHandlerObjectId>/directoryhandlerstreamfiles 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 546 Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler APIs Listing Directory Handler Greeting