GetRecordings.wr
04-24-2017
This method returns a JSON array with a list of verbal recordings many times associated with verbal contracts.
Parameters
- Number : callsetid - Callout set id of the campaign you wish to view the recordingds of.
- Number : pollid - Poll id of the campaign you wish to view the recordingds of.
- Number : startdate - Start date of the range you wish to view the recordingds of.
- Number : enddate - Start date of the range you wish to view the recordingds of.
- String : search - Only return recordings that the search string occurs in the dnis, ani, idofcall or mp3url of the table record.
- String : order - "ASCE" or "DESC"
- String : sort - The column name to sort by. Valid columns are: 'title', 'datetime', and 'seconds'. Default is datetime.
Useage
Example Request
GET /GetRecordings.wr?sidtoken=000000000000000000000000000&clientid=67890
&callsetid=55881&startdate=06-24-2011&enddate=06-24-2011 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
Example Response
{"recordings":[{"recording":"260_8974235865246746634.WAV","datetime":"02/09/2012 11:44:00",
"mp3url":"COLO.PLAYMYFILE.COM/PLAYMP3/260_8974235865246746634.MP3", etc...}]}