Retrieve a list of Campaign Templates
Entry point:
http://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList
Parameters:
Parameter | Description |
timeStamp | the authentication timestamp. |
hash | the authentication signature or hash. |
Sample query:
http://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList? timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7
Sample success response:
{"type":"Campaign Template","entities":[{"id":44,"name":"Bills Campaigns"},{"id":34,"name":"Mobile Phone List"},{"id":47,"name":"My Test"}],"code":0,"message":"OK"}