This module has been designed to get the IP list. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetIPBlockList
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetIPBlockList
{
“Token”:”sdfdsavcxdgdfFD”
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
3. Response Example–
Success:
{ “Message”: ” Success”,
“IPBlockList”:
[{
“SubCampaignID:83”,
” IsRange”: false,
” IPAddress”: “125.1.1.1”,
” ToIPAddress”: “”,
” IsBlocked”:”True”
},
{
“SubCampaignID:83”,
” IsRange”: false,
” IPAddress”: “125.1.1.1”,
” ToIPAddress”: “”,
” IsBlocked”:”True”
}
]
}
Fail:
{ “message”: ” Failed” }