ICE Email APIs

Get Email Form Control Details

The module allows to get the control details of the email web form. The Service URL of the module is provided by the following link-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetEmailFormControlDetails

{

 “ControlId”: 1,

 “Token”:”eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0″

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 ControlId Int Id of email web form control

3. Response  Example-

Success:

{ “Message”: ” Success”,

” ControlId “:1,

” ControlTypeId “:1,

“ControlTypeName”:”textbox”,

” ControlLabel”: “Name”,

” ControlName “:”txtName”

}

Fail:

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

 

 

 

 

    ×

    Contact Us