Retrieve a list of Campaigns from Campaign Templates supplied.
Entry point:
http://<server host>/servicemanager/rest/CampaignAPI/getCampaignList
Parameters:
Parameter | Description |
fTemplateId | optional - comma delimited list of Campaign Template id's. Leave blank to return all Campaigns |
timeStamp | the authentication timestamp. |
hash | the authentication signature or hash. |
Sample query:
http://<server host>/servicemanager/rest/CampaignAPI/getCampaignList?fTemplateId=37,39& timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7
Sample success response:
{"type":"Campaign","entities":[{"id":42,"name":"Jan16a"},{"id":44,"name":"updatetest"}],"code":0,"message":"OK"}