GetListLibrary.wr

04-24-2017

This method returns a list of files that were uploaded. Each file has a list of phone numbers to dial as well as misc data that was uploaded to [[PhoneUpload]] or [[PhoneUpload]]

Parameters

  • Boolean : allowcache - Speed up responses by allowing cache. Default is false.
  • String : search - Only return results that the list 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 /getListLibrary.wr?sidtoken=000000000000000000000000000 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

Example Response

[{"clientid":67890,"datetime":"08/26/2011 04:29:20 PM","fileid":"php4F22_136161","listid":48188,"listname":"poll.xls", etc... }
{"clientid":67890,"datetime":"05/10/2011 08:15:08 AM","fileid":"php39CE","listid":34856,"listname":"test2.csv", etc...}]