Versions Compared

Key

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

Returns chat transcript before the specified timestamp

Status
colourGreen
titleHTTP GET
livechat/:domain/getChatTranscriptByDate/:ts

Path Variables:

Name

Mandatory

Type

Description

domain

Status
colourRed
titleyes

Status
titlestring

Unique domain identifier

ts

Status
colourRed
titleYES

Status
titleSTRING

timestamp before which to retrieve chat transcripts

Authorization: see Authentication mechanisms

Response:

Type:
Status
titleJSON

Name

Type

Description

result

Status
titleboolean

If true, the service response was performed correctly

chatTranscripts

Status
titleobject

An object that contains the Transcript Object retrieved

error

Status
titlenull
/
Status
titlestring

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

Example:

Request

http://<hostname>:<port>/livechat/default/getChatTranscriptByDate/1569248216650

...