Retrieve a list of Allocations from the Campaign supplied.
Entry point:
http://<server host>/servicemanager/rest/CampaignAPI/getAllocationList
Parameters:
Parameter | Description |
fCampaignId | optional - comma delimited list of Campaign id's. Leave blank to return all Allocations |
timeStamp | the authentication timestamp. |
hash | the authentication signature or hash. |
Sample query:
http://<server host>/servicemanager/rest/CampaignAPI/getAllocationList?fCampaignId=37,39 timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7
Sample success response:
{"type":"Campaign Allocation","entities":[{"id":54,"name":"Fred"},{"id":50,"name":"MobRoss"},{"id":44,"name":"MyMobile"},{"id":49,"name":"NewMob"},{"id":48,"name":"RossMob"}],"code":0,"message":"OK"}