The user gets email filter details through the use of this module. The Service URL of the module is provided by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailFilterDetails
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetEmailFilterDetails
{
“FilterId”:25,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Organization Token |
2 | FilterId | Int | Id of email filter |
3. Response Example-
Success:
{ “Message”: ” Success”,
” FilterId”: 25,
” UserID”:654,
” SpamKeyword “: “BlackList”,
” EmailFilterBy “:”Subject”
}
Fail:
{“Message”:”The request is invalid.”}