Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
linenumberstrue
httpsshttps://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList

...

Code Block
linenumberstrue
https://<server host>/servicemanager/rest/CampaignAPI/getCampaignTemplateList?
apiKey=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
linenumberstrue
{"type":"Campaign Template"
,"entities":[{"id":44,"name":"Bills Campaigns"},{"id":34,"name":"Mobile Phone List"},{"id":47,"name":"My Test"}]
,"code":0,"message":"OK"}

...