The module allows the functionality to get email web form details. The Service URL is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailWebFormDetails
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetEmailWebFormDetails
{
“EmailWebFormId”: 202,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | EmailWebFormId | Int | Id of Email web form |
3.Response Example-
Success:
{ “Message”: ” Success”,
” EmailWebFormId “: 202,
“SkillId”:152,
“SkillName”:”Sales”,
” Name”: “ICE Web Form”,
“Heading”:”ICE Web”
“TypeofForm”: “Feedback Form”,
“EmailAddress”:”ice@enterice.com”
}
Fail:
{“Message”:”The request is invalid.”}