The module allows the user to get e-mail filter list. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailFilterList
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetEmailFilterList
{
“OrgId”: 59,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of Organization |
3. Response Example-
Success:
{ “Message”: ” Success”,
“FilterList”:[
{
” FilterId”: 25,
” UserID”:654,
” SpamKeyword “: “aa,bb”,
” EmailFilterBy “:”Subject”
},
{
” FilterId”: 26,
” UserID”:654,
” SpamKeyword “: “a@a.com”,
” EmailFilterBy “:” Email Address ”
} ]
}
Fail:
{“Message”:”The request is invalid.”}