Versions Compared

Key

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

Returns chat transcripts with the specified user among the participants

Status
colourGreen
titleHTTP GET
/livechat/getChatTranscriptByUserID/:userId

Path Variables:

Name

Mandatory

Type

Description

userId

Status
colourRed
titleYES

Status
titleSTRING

Unique user identifier

...

Name

Type

Description

result

Status
titleboolean

If true, the service response was performed correctly

chatTranscript

Status
titlearray

Array that contains chat transcripts Transcript Object with the specified user among the participants

error

Status
titlenull
/
Status
titlestring

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

...