...
Code Block | ||
---|---|---|
| ||
httphttps://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList |
Parameters:
Parameter | Description | |
timeStamp | the authentication timestamp. | |
hash | the authentication signature or hash.apiKey | api key provided by Noojee Support |
Sample query:
Code Block | ||
---|---|---|
| ||
httphttps://<server host>/servicemanager/rest/CallManagementAPI/CampaignAPI/getCampaignTemplateList? timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7apiKey=f863246a-973e-11e6-8784-08002718f5b5 |
Curl example:
Code Block |
---|
curl "https://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList?apiKey=f863246a-973e-11e6-8784-08002718f5b5 |
Sample success response:
Code Block | ||
---|---|---|
| ||
{"type":"Campaign Template" ,"entities":[{"id":44,"name":"Bills Campaigns"},{"id":34,"name":"Mobile Phone List"},{"id":47,"name":"My Test"}] ,"code":0,"message":"OK"} |
...