From Bright Pattern Documentation
< 3.12:Mobile-web-api-specification
Revision as of 02:38, 5 August 2016 by Sasha (talk | contribs) (Get Chat History)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Get Chat History

Description 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


< Previous | Next >
< Previous | Next >