GetCampaign.wr
04-24-2017
This method returns details about a specific calloutset in campaign manager.
Parameters
- Number : callsetid - Calloutset id of the campaign info you wish to retreive.
- Number : pollid - Alternative of the calloutset id of the campaign info you wish to retreive.
Useage
Example Request
GET /getCampaign.wr?sidtoken=000000000000000000000000000&callsetid=55881 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
Example Response
{"callsetid":55881,"nameofset":"V55881","active":false,"status":"NOUSETABLE", etc...}