Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns chat transcripts with the specified nickname among the participants

Status
colourGreen
titleHTTP GET
/livechat/:domain/getChatTranscriptByNickname/:nickname

Path Variables:

Name

Mandatory

Type

Description

domain

Status
colourRed
titleyes

Status
titlestring

Unique domain identifier

nickname

Status
colourRed
titleYES

Status
titleSTRING

user nickname

Headers:

...

Name

...

Mandatory

...

Type

...

Description

...

ctlivetoken

...

Status
colourRed
titleYES

...

Status
titleSTRING

...

Authorization: see Authentication mechanisms

Response:

Type:
Status
titleJSON

Name

Type

Description

result

Status
titlenull
/
Status
titlestring

If true, the service response was performed correctly

chatTranscript

Status
titlearray

Array that contains Transcript Object with the specified nickname among the participants

error

Status
titlenull
/
Status
titlestring

Contains the error description if an error has occurred in the request

Example:

Request

http://<hostname>:<port>/livechat/default/getChatTranscriptByNickname/Customer

...