ICE Chat API

GetIPtoBlockDetails

This module is designed to get the blocked IP list details. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/GetIPToBlockDetails

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

GetIPToBlockDetails

{

 “Token”:”sdfdsavcxdgdfFD”,

 “IPListId”: 123

}

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 IPListId Int Id of existing IP list

3. Response Example

Success:

{ “Message”: ” Success”,

“SubCampaignID”: 59,

” IsRange”: false,

” IPAddress”: “125.1.1.1”,

” ToIPAddress”: “”,

” IsBlocked”:”True”

}

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us