GET SOUND DATA
Gets binary data for a sound that's available for use in calls
This operation returns the raw binary data in the specified format from the specified sound. If no format is specified, it will return MP3 data.
REQUEST PARAMETERS
Parameter | Data Type | Demo Value | Description |
---|---|---|---|
GetSoundData | object | SoundData request by unique ID | |
Id | 135 | long | Unique ID of resource |
Format | SoundFormat | Specifies the format of the returned sound data.[WAV, MP3] |
RESPONSE PARAMETERS
Parameter | Data Type | Description |
---|---|---|
SoundData | base64Binary | SoundData as application/octet-stream |
EXAMPLE
[This method has not been implemented on the REST Documentation.]