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

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
idReturns the MP3 data for the recording associated with this Call ID. This ID is the id field retrieved from Calls::getCallData
INTEGERYES

Result

Error Result

HTTP CodeError StringResolution
400API Version EmptyAdd a value for the v parameter in the query string
400API Version InvalidCorrect v parameter
400Request Method must be GET. x attemptedSwitch request method x to GET
400The specified call does not have a recordingChange the id parameter to a call ID that has a recording associated
400The specified Call ID does not existChange the id parameter to an existing call ID
400Call ID not an integerRemove non-numerics from id
400Call ID EmptyAdd a value for the id parameter in the query string
500Internal Server ErrorRetry later

Success Result

MP3 data