/
getTranscriptByChatID API

getTranscriptByChatID API

Returns the transcript of a concluded chat based on the ChatID.

Parameters:

Name

Mandatory

Type

Description

Name

Mandatory

Type

Description

chatId

yes

string

Unique chat identifier

Returns:

Type

Description

Type

Description

JS Promise

A Javascript Promise that return an object containing the chat transcript. See Transcript Object

Example:

LIVECHAT.getTranscriptByChatID("CHAT_97656d2c-28b4-41fc-af38-111066cefcaf") .then(function(data){ console.log("Chat contact", data); });

Related content

getTranscriptByChatID
getTranscriptByChatID
More like this
getChatHistory API
getChatHistory API
More like this
getContactTranscriptByChatID API
getContactTranscriptByChatID API
More like this
getContactByChatID API
getContactByChatID API
More like this
getChatTranscriptByUserID
getChatTranscriptByUserID
More like this
getContactTranscriptByChatID
getContactTranscriptByChatID
More like this