ICE Chat API

ExportCannedResponses

This module is designed to export canned response set to csv file. The Service URL of the module is given by the following link-

http://www.enterice.com/ICEAPI/api/ChatAdmin/ExportCannedResponses/?OrganizationId=125&CannedSetId=616&Token=eyJ0eXAiOiJKV1QiLCJ

Request Type

Get

Allowed for

Admin

Json Formats

1. Code snippet for Web Service Use

ExportCannedResponses

{

 “Token”:”sdfdsavcxdgdfFD”,

 ” OrganizationId “: 59,

 “CannedSetId”:44

}

Note:Pass actual file as input.

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationID Int Id of organization
3 CannedSetId Int Id of canned set

3. Response Example

Success:

{ “Message”: ” Success”,

“FileName:”test.csv”

}

Note: Pass actual file as output.

Fail:

{ “message”: ” The request is invalid.” }

 

    ×

    Contact Us