This module is designed to get the survey details of the chat. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetChatSurveyInformation
•Request Type–
Post
•Allowed for–
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetChatSurveyInformation
{
“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”,
“OperatorSurvey”:
[{” Question1″: “Answer1”,
“Question2”: “Answer2”}] ,
“PreChatSurvey”:
[{” Question1″: “Answer1”,
“Question2”: “Answer2”}]
}
Note: Pass actual file as output.
Fail:
{ “message”: ” Failed” }