CampaignsList.wr

04-24-2017

This method returns a list of campaigns associated with a client's account. If no clientid parameter is provided, the function will use the client id associated with the session.

Parameters

  • String : category - (optional) TODAY, CALLOUTSETS, POLLS, OUTBOUNDPOLL, INBOUNDPOLL
  • String : order - (optional)
  • Number : limit - (optional) Specifies how many records to retreive at a time.
  • Number : page - (optional) Requires limit.
  • String : search - (optional) Specifies a string to search campaigns for a given value.

Useage

Example Request

GET /campaignsList.wr?sidtoken=000000000000000000000000000&clientid=67890 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...}]