To get a recordingsĀ to call, make an HTTP GET request with basic authorization, resource URI:
http(s)://{PBX}/api/v1/Calls/:channel/Recordings/
if outgoing call use Channel otherwise Destination Channel
GET Parameters
Required Parameters
Name | Description |
---|
Response
GET http://{PBX}/api/v1/Calls/:channel/Recordings/
{ "type": "result", "result": { "total": "2", "records": [ { date:"24/05/2016 17:35:30", destination:"0222", file:"2016.05.24/17/35/2016.05.24-17.35.30-111-0222-ecf269f87d00fc52a4ab-0.wav", source:"111" }, { date:"24/05/2016 17:36:28", destination:"0222", file:"2016.05.24/17/36/2016.05.24-17.36.28-111-0222-0ae44b9c563cb810d029-0.wav", source:"111" } ] } }