ICE Email APIs

Get Email Web Form List

The module has been designed to get email web form list. The Service URL of the module is given by the link-

https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailWebFormList

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetEmailWebFormList

{

 “OrgId”: 59,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 OrgId Int Id of Organization

Response Example-

Success:

{ “Message”: ” Success”,

EmailWebFormList:[

{

” EmailWebFormId “: 59,

“SkillId”:152,

“SkillName”:”Skill1″,

” Name”: “ICE Web Form”,

“Heading”:”ICE Web”

“TypeofForm”: “Feedback Form”,

“EmailAddress”:”ice@enterice.com”

},

{

” EmailWebFormId “: 59,

“SkillId”:153,

“SkillName”:”Skill2″,

” Name”: “ICE Web “,

“Heading”:”ICE Web”,

“TypeofForm”: “Feedback Form”,

“EmailAddress”:”ice@enterice.com”

}

]

}

Fail:

{“Message”:”The request is invalid.”}

 

    ×

    Contact Us