ICE Chat API

GetChatInformation

This module has been specifically designed to get the detailed information of a particular chat. The Service URL of the module is given by the following link-

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

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetChatInformation

{

 “Token”:”sdfdsavcxdgdfFD”,

 “ChatId”: 123,

 “Offset “: 360

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 ChatId Int Id of chat
3 Offset Int Organization’s time offset

3. Response Example-

Success:

{ “Message”: ” Success”,

“OperatorName”: “John”,

“StartTime”: “08/01/2016 8:05:40 AM”,

“EndTime”: “08/01/2016 8:06:22 AM”,

“Duration”: 00:00:42″,

“IP”: “68.12.75.84”,

“City”:”Nacogdoches”,

“Country”:”United States(US)”,

“Region”:”Texas”,

“Latitude”:”31.643”,

“Longitude”:”-94.5605”,

“Browser”:”Chrome 51”,

“OperatingSystem”:”WinNT”,

“ChatStartedPage”:”http://etsnetwork.com/support.html”

}

Fail:

{ “message”: ” Failed” }

 

    ×

    Contact Us