ICE Chat API

GetChatTranscript

This module has been designed to get the transcript of any particular chat. The Service URL of this module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/GetChatTranscript?Token=(Token)&ChatId=(ChatId)

•Request Type-

Get

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

GetChatTranscript

{

“Token”:”sdfdsavcxdgdfFD”,

“ChatId”: 123

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 ChatId Int Id of chat

3. Response Example-

Success:

{ “Message”: ” Success”,

“FileName:”transcript.xls”

}

Note: Pass actual file as output.

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us