Versions Compared

Key

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

Returns the complete transcript of a currently active chat.

Status
colourGreen
titleHTTP GET
/livechat/getChatHistory/:chatId

Path Variables:

Name

Mandatory

Type

Description

chatId

Status
colourRed
titleYES

Status
titleSTRING

Unique Chat identifier

...

Type:
Status
titleJSONP

Name

Type

Description

result

Status
titleBOOLEAN

If true, the service response was performed correctly

messages

Status
titleNULL
/
Status
titleARRAY

An Array that contains all the messages objects

error

Status
titleNULL
/
Status
titleSTRING

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

...