...
Code Block | ||
---|---|---|
| ||
httphttps://<server host>/servicemanager/rest/CampaignAPI/getCampaignList |
ParametersURL Args:
Parameter | Description |
fTemplateId | optional - comma delimited list of Campaign Template id's. Leave blank to return all Campaigns |
See 16.0 Get Campaign Template List to obtain Template Id's | |
apiKey | api key provided by Noojee Support |
Sample query:
Code Block | ||
---|---|---|
| ||
httphttps://<server host>/servicemanager/rest/CallManagementAPI/CampaignAPICampaignAPI/getCampaignList?fTemplateId=37,39& apiKey=f863246a-973e-11e6-8784-08002718f5b5 |
Curl example:
Code Block |
---|
curl "https://<server host>/servicemanager/rest/CampaignAPI/getCampaignList?fTemplateId=37,39 timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7&apiKey=f863246a-973e-11e6-8784-08002718f5b5" |
Sample success response:
Code Block | ||
---|---|---|
| ||
{"type":"Campaign","entities":[{"id":42,"name":"Jan16a"},{"id":44,"name":"updatetest"}],"code":0,"message":"OK"} |
...