Retrieve a list of screen layout Fields from the Campaign Template supplied.
Entry point:
http://<server host>/servicemanager/rest/CampaignAPI/getFieldList
Parameters:
Parameter | Description |
fTemplateId | Campaign Template id |
timeStamp | the authentication timestamp. |
hash | the authentication signature or hash. |
Sample query:
http://<server host>/servicemanager/rest/CampaignAPI/getCampaignList?fTemplateId=37& timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7
Sample success response:
{"type":"Template Field","entities":[{"id":537,"name":"City"},{"id":535,"name":"FirstPhone"},{"id":540,"name":"Name"},{"id":538,"name":"PostCode"},{"id":539,"name":"State"},{"id":536,"name":"StreetAddress"}],"code":0,"message":"OK"}