Returns chat transcript before the specified timestamp
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier | ||||||||||
ts |
|
| timestamp before which to retrieve chat transcripts |
Headers:
...
Name
...
Mandatory
...
Type
...
Description
...
ctlivetoken
...
Status | ||||
---|---|---|---|---|
|
...
Status | ||
---|---|---|
|
...
Authorization: see Authentication mechanisms
Response:
Type:
Status | ||
---|---|---|
|
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
chatTranscripts |
| An object that contains the Transcript Object retrieved | ||||||||
error |
| Contains the error description if an error has occurred in the request |
Example:
Request
http://<hostname>:<port>/livechat/default/getChatTranscriptByDate/1569248216650
...