Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

The API returns the transcript based on the ChatID

HTTP GET /livechat/:domain/getChatTranscriptByChatID/:chatId

Path Variables:

Name

Mandatory

Type

Description

domain

YES

STRING

Unique domain identifier

chatId

YES

STRING

Unique chat identifier

Response:

Type: jsonp

Name

Type

Description

<chatId>

STRING

Chat ID

Example:

Request

http://<hostname>:<port>/livechat/getChatTrasncriptByChatID/chat1234567

  • No labels