/
getTranscriptByChatID API
getTranscriptByChatID API
Returns the transcript of a concluded chat based on the ChatID.
Parameters:
Name | Mandatory | Type | Description |
---|---|---|---|
chatId | status:yes | status:string | Unique chat identifier |
Returns:
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);
});
, multiple selections available,
Related content
getContactTranscriptByChatID API
getContactTranscriptByChatID API
More like this
getContactTranscriptByChatID
getContactTranscriptByChatID
More like this
getChatTranscriptByChatID
getChatTranscriptByChatID
More like this
getChatTranscriptByCalldata
getChatTranscriptByCalldata
More like this
getContactByChatID API
getContactByChatID API
More like this
getChatTranscriptByUserID
getChatTranscriptByUserID
More like this