Returns the survey results of the chats based on the date and/or calldata variables specified.
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier |
...
Name | Mandatory | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
lt |
|
| Epoch Unix Timestamp before (read <) which chats are searched for (based on the beginTime field) | ||||||||
gt |
|
| Epoch Unix Timestamp after (read >) which chats are searched for (based on the beginTime field) | ||||||||
calldata |
|
| calldata variable with which chats are searched for |
Response:
Type:
Status | ||
---|---|---|
|
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
error |
| Contains the error description if an error has occurred in the request | ||||||||
surveyResults |
| Array of objects containing the survey results requested |
Example:
Request
http://<hostname>:<port>/livechat/default/getSurveyResultsByDateCalldata
...