Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Retrieve a list of Campaign Templates 

Entry point:

http://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList

Parameters:

ParameterDescription
timeStampthe authentication timestamp.
hashthe 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"}
  • No labels