From Bright Pattern Documentation
< 5.2:Mobile-web-api-specification
Revision as of 21:18, 8 June 2018 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:mobile-web-api-specification:GetChatHistory:5.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

<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


< Previous | Next >

</translate>

< Previous | Next >