ICE Chat API

GetChatNavigationInformation

This module is designed to get navigation information about a chat or the customer. The Service URL of the module is given by the following link-

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

Request Type

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetChatNavigationInformation

{

“Token”:”sdfdsavcxdgdfFD”,

“ChatId”: 123,

“OrgId”: 59,

“OffSet”: 360

}

2. Description for Request Parameters

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

3. Response Example

Success:

{ “Message”: ” Success”,

“NavigationInfo”:

[{” URL”: “http://www.etechtexas.com/application.aspx”,

“Title”: “Application – Etech”

” Datetime”: “08/08/2012 12:57:51 PM”},

{

” URL”: “http://etsnetwork.com/support.html”,

“Title”: “Application – Etech”

” Datetime”: “08/01/2016 7:59:57 AM”}]

}

Note: Pass actual file as output.

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us