McDewey

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

Page 552

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

The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <PostGreetingRecording> <URI>/vmrest/postgreetingrecordings/b7cfa709-9f06-4cd2-94b3-8e5910d5b041</URI> <ObjectId>b7cfa709-9f06-4cd2-94b3-8e5910d5b041</ObjectId> <DisplayName>Rec-2</DisplayName> <PostGreetingRecordingStreamFilesURI>/vmrest/postgreetingrecordings/b7cfa709-9f06-4cd2-94b3-8e5910d5b041/postgreetingrecordingstreamfiles</PostGreetingRecordingStreamFilesURI> </PostGreetingRecording> RESPONSE Code: 200 Listing Languages for a Custom Recording Example 1 The following is an example of the GET request that lists all the languages/stream files for a custom recording: https://<connection_server>/vmrest/postgreetingrecordings/<objectId>/postgreetingrecordingstreamfiles The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <PostGreetingRecordingStreamFiles> <PostGreetingRecordingStreamFile> <URI>/vmrest/postgreetingrecordings/b7cfa709-9f06-4cd2-94b3-8e5910d5b041/postgreetingrecordingstreamfiles/1033/audio</URI> <PostGreetingRecordingObjectId>b7cfa709-9f06-4cd2-94b3-8e5910d5b041</PostGreetingRecordingObjectId> <LanguageCode>1033</LanguageCode> <StreamFile>58b0c574-62e6-4276-8e25-cb1227570492.wav</StreamFile> <PostGreetingStreamFileLanguageURI>/vmrest/postgreetingrecordings/b7cfa709-9f06-4cd2-94b3-8e5910d5b041/postgreetingrecordingstreamfiles/1033</PostGreetingStreamFileLanguageURI> </PostGreetingRecordingStreamFile> </PostGreetingRecordingStreamFiles> RESPONSE Code: 200 Example 2 The following is an example of the GET request that lists a particular languages/stream files for a custom recording represented by <language-code>: https://<connection_server>/vmrest/postgreetingrecordings/<objectId>/postgreetingrecordingstreamfiles/<language-code> The following is an example of 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 520 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Listing Languages for a Custom Recording