Versions Compared

Key

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

Returns chat transcripts with the specified call data variables

Status
colourYellow
titleHTTP POST
/livechat/:domain/getChatTranscriptByCalldata

Path Variables:

Name

Mandatory

Type

Description

domain

Status
colourRed
titleyes

Status
titlestring

Unique domain identifier

Authorization: see Authentication mechanisms

Request body:

Type:
Status
titlejson

Name

Mandatory

Type

Description

<calldata_variable_name>

Status
colourRed
titleYES

Status
titleSTRING

Value of the call data variable for which you want to retrieve the chat transcripts

Response:

Type:
Status
titleJSON

Name

Type

Description

result

Status
titleboolean

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/getChatTranscriptByCalldata

...