ICE Email APIs

Get Template List

The module is designed to get list of templates from the system. The Service URL of the module is given by the following link-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetTemplateList

{

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”

}

2. Description for Request Parameter-

S.No Name Type Description
1 Token String Authentication Token

Response Example-

Success:

{

“Message”: “Success”,

“TemplateList”: [

{

“TemplateId”: 1,

“TemplateName”: “Automatic Acknowledgement”

}

]

}

Fail:

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

 

    ×

    Contact Us