GetClients.wr

04-24-2017

This method is used to retrieve a list of clients you created.

Parameters

  • Number : limit - (optional) Specifies how many records to retreive at a time.
  • Number : page - (optional) Requires limit. Specifies which page to return.
  • String : search - (optional) Specifies a string to search clients and client IDs for a given value.
  • Boolean : balance - (optional) Specifies if client account balance should be returned with result.

Useage

Example Request

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

Example Response

{"apirid":"","page":1,"pages":1,"limit":15,"clients":4,"results":4,"count":15,"data":[{"clientid":12816,"clientname":"Big Client LLC",...
...,"clientname":"Lil Client Co.","checksum":"37271"}]}