11.0 Recording Status
Check the current recording status
This method provides a way to determine if recording is in progress for a particular extension or unique call id.
Note: The API will only accept POST requests.
URL:
https://<server host>/servicemanager/rest/RecordingAPI/getRecordingStatus
This method takes 1 argument (extenOrUniqueId) plus the Auth arguments.
The arguments are:
extenOrUniqueId
apiKey
The return values are:
uniqueCallId (string)
currentRecordingLegNumber (int)
callStartTime (unix time stamp)
recordingInProgress (true/false)
Example
https://<server host>/servicemanager/rest/RecordingAPI/RecordingStatus?extenOrUniqueId=410&apiKey=f863246a-973e-11e6-8784-08002718f5b5