GET RECORDING DATA
Gets the binary data for a sound recorded from a past call
You can use this operation to get recording from calls. You need to pass the CallId / Name pair. Sounds may be given a unique name within a call, in the IVR, using the record tag and varname attribute. Thus, the sounds can be also be requested by name using this method.
REQUEST PARAMETERS
| Parameter | Data Type | Demo Value | Description |
|---|---|---|---|
| GetRecordingData | object | RecordingData request by unique ID or CallId/Name Pair | |
| CallId | long | 357 | Unique ID of call |
| Name | string | customerResponse | Name of sound data as defined in IVR |
| RecordingId * | long | 531 | Unique ID of recording |
| Format | SoundFormat | MP3 | Format of the returned recording.[WAV, MP3] |
RESPONSE PARAMETERS
| Parameter | Data Type | Description |
|---|---|---|
| RecordingData | base64Binary | Raw binary sound data |
EXAMPLE
[This method has not been implemented on the REST Documentation.]