get https://mytenant.cx.onecloud.com/clientweb/api/v2/chats//history
This method returns all client events and all server events for the current session. Multiple event objects can be returned; each event's timestamp attribute can be used to restore the correct message order.
Returns
| Code | Description |
|---|---|
| 200 | Array of chat events (content type: application/json) |
Errors
| Code | Description |
|---|---|
| 403 | Forbidden |
| 404 | Not found |
