CalloutsetList.wr

08-10-2021

Returns a list of callout sets associated with a client's account.

Parameters

  • Number : limit - Determines the maximum results to return per page.
  • String : order - Determines which direction to order the results in. Valid values are "desc" and "asc".
  • Number : page - Determines the the offset/page number to return.
  • String : search - Determines a string to search campaigns for a given value.
  • String : sort - Determines which column to sort the results by. Valid values are: "callsetid", "nameofset", "datecreate", and "customproc".

Usage

Example Request

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


Example Response

[{"recordnumb":8312,"campaign":"My Campaign 1","status":"Not Scheduled to Dial","callsetid":1122,"nameofset":"V8308", etc...},
{"recordnumb":6334,"campaign":"My Campaign 2","status":"Beginning phone number upload","callsetid":3344,"nameofset":"V6330", etc...}]