Versions Compared

Key

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

...

Code Block
linenumberstrue
httphttps://<server host>/servicemanager/rest/CampaignAPI/getFieldList

Parameters:

ParameterDescription
fTemplateId

Campaign Template id

timeStampthe authentication timestamp.hashthe authentication signature or hash.

See 16.0 Get Campaign Template List to obtain Template Id's

apiKeyapi key provided by Noojee Support


Sample query:

Code Block
linenumberstrue
httphttps://<server host>/servicemanager/rest/CampaignAPI/getCampaignListgetFieldList?fTemplateId=37&
timeStamp=1412212472393&
hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7
apiKey=f863246a-973e-11e6-8784-08002718f5b5


Curl Example

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



Sample success response:

Code Block
linenumberstrue
{"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"}

...