From Bright Pattern Documentation
<translate>= Get Chat History = Get Chat History returns all client events and all server events for the current session. Event parameter timestamp can be used to restore the correct message order.
URL
http[s]://<host>:<port>/clientweb/api/v1/chats/{chatId}/history?tenantUrl=<tenantUrl>
Method
GET
Returns
200 – Array of chat events (content type: application/json)
Example
{
"events":[<array of chat events>] } |
Errors
401 – Unauthorized
404 – Not found
</translate>