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/getChatTranscriptByNickname/:nickname

Path Variables:

Name

Mandatory

Type

Description

nickname

Status
colourRed
titleYES

Status
titleSTRING

user nickname

...

Name

Type

Description

result

Status
titlenull
/
Status
titlestring

If true, the service response was performed correctly

chatTranscript

Status
titlearray

Array that contains chat transcripts 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

...