getCallRecording¶
Request Method: GET
Description: Collects the encoded MP3 data for a call recording
URL: https://api.iovox.com:444/Calls?v=3&method=getCallRecording
The following parameters can be sent in the querystring
Parameter | Description | Default Value | Data Type | Mandatory |
v | API version to use | INTEGER | YES | |
id | Returns the MP3 data for the recording associated with this Call ID. This ID is the id field retrieved from Calls::getCallData | INTEGER | YES |
Result¶
Error Result¶
HTTP Code | Error String | Resolution |
400 | API Version Empty | Add a value for the v parameter in the query string |
400 | API Version Invalid | Correct v parameter |
400 | Request Method must be GET. x attempted | Switch request method x to GET |
400 | The specified call does not have a recording | Change the id parameter to a call ID that has a recording associated |
400 | The specified Call ID does not exist | Change the id parameter to an existing call ID |
400 | Call ID not an integer | Remove non-numerics from id |
400 | Call ID Empty | Add a value for the id parameter in the query string |
500 | Internal Server Error | Retry later |