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

Version 1 Next »

Retrieve a list of screen layout Fields from the Campaign Template supplied. 

Entry point:

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

Parameters:

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