Chat/ Email Data APIs

External Chat Data API- Metadata

This module has been designed to fetch the details of the individual reports including Prechat survey, Operator survey, Transcript and Exit survey. The Service URL of the module is given by-

https://www.enterice.com/external/icedataapi/api/Chat/Get_Chat_Metadata

JSON Format-

1.Code snippet for Web Service Use-

{
“Token”: “eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOiIxMjI5IiwiVXNlck5hbWUiOiJjaHJpc3RpYW5mYXJtZXJAZXRzbmV0d29yay5jb20iLCJPcmdJZCI6IjE2OCIsIm5iZiI6MTYyNzk5NDE3MCwiZXhwIjoxNjI4MDgwNTcwLCJpYXQiOjE2Mjc5OTQxNzAsImlzcyI6Imh0dHA6Ly9lbnRlcmljZS5jb20iLCJhdWQiOiJodHRwOi8vZW50ZXJpY2UuY29tIn0.mcNwLVs8pvxXiZ5nWTeVSJ_KsfFodrFFtczU6Cp824U”,
“FromDateTime”: “2021-07-31 00:00:42.323”,
“ToDateTime”: “2021-07-31 23:50:42.323”,
“TimeZoneOffset”: “330”,
“SkillID”: “777”
}
2. Description for Request Parameters-
Request  Parameters Notes
Token string Authentication Token
FromDateTime string From Date and Time
ToDateTime string To Date and Time
TimeZoneID integer Time zone id of specific time zone
Time zone name Time zone id Time zone offset (d/s is on) Time zone offset (d/s is off)
Eastern Standard Time 15 -240 -300
Central Standard Time 20 -300 -360
Mountain Standard Time 24 -360 -420
Pacific Standard Time 26 -420 -480
GMT Standard Time 32 60 0
Morocco Standard Time 34 60 0
India Standard Time 61 330 330
SkillID integer Skill id
TimeZoneOffset integer Offset for specific time zone

3. Response Example- Upon execution, the following success messages for individual categories will be displayed-

Success-

1. General Information

{

“ChatData”: [

{

“ChatID”: 2856461,

“ChatStartedPage”:  “https://dev,enterice.com/”,

“AgentID”: 2003.

“AgentName”: “Steven Browne”,

“VisitorName” : “Stephen Christian”,

“”OS”: “Windows-10”,

“IP”:  “157.47.65.193”,

“Browser”: “Firefox-98.0”,

“Claim Number”: “323”,

}

]

}

2. Prechat Survey-

3. Transcript-

4. Operator Survey

5. Exit Survey

Failure-

{

“ChatData”: [

{

“Message”: “No records found.”

}

]

}

 

 

    ×

    Contact Us