Versions Compared

Key

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

...

Code Block
linenumberstrue
https://<server host>/servicemanager/rest/CampaignAPI/getAllocationList?fCampaignId=37,39
&apiKey=f863246a-973e-11e6-8784-08002718f5b5

Curl Example

Code Block
curl "https://<server host>/servicemanager/rest/CampaignAPI/getAllocationList?fCampaignId=37,39&apiKey=f863246a-973e-11e6-8784-08002718f5b5"


Sample success response:

Code Block
linenumberstrue
{"type":"Campaign Allocation"
,"entities":[{"id":54,"name":"Fred"},{"id":50,"name":"Mobiles"},{"id":44,"name":"MyMobile"}
	,{"id":49,"name":"NewMobiles"},{"id":48,"name":"Hot Leads"}]
,"code":0,"message":"OK"}

...