Returns chat transcripts with the specified nickname among the participants
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier | ||||||||||
nickname |
|
| user nickname |
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 | ||||||||
chatTranscript |
| Array that contains Transcript Object with the specified nickname among the participants | ||||||||
error |
| Contains the error description if an error has occurred in the request |
Example:
Request
http://<hostname>:<port>/livechat/default/getChatTranscriptByNickname/Customer
...