GetAudioLibrary.wr

04-24-2017

This method returns the list of audio files in your account.

Parameters

  • Boolean : allowcache - Speed up responses by allowing cache. Default is false.
  • String : search - Only return results that the audio file name and notes match.
  • String : sort - The column name to sort by. Default is datetime.
  • Number : limit - Limit the number of results returned.
  • String : page - Page number of the limited results
  • String : order - "ASCE" or "DESC"

Useage

Example Request

GET /getAudioLibrary.wr?sidtoken=000000000000000000000000000 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

Example Response

[{"datetime":"05/13/2011 12:09:42","idofcall":"a3SDF2Kasl","name":"PUTNAM0513","recording":35114, etc...},
{"datetime":"05/11/2011 22:35:06","idofcall":"","name":"TTS No Name Yet","recording":34992, etc...}]