From Bright Pattern Documentation
< 3.14:Mobile-web-api-specification
Revision as of 23:23, 23 February 2017 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:mobile-web-api-specification:GetNewChatEvents:3.13)
(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 New Chat Events

Description Returns new chat events for the current session. If there are no new events, the server can keep the request active during for about 5 – 15 seconds. If the client sends another request to get new events while the previous request is kept active, the server will respond with error 400 (Bad request).
URL http[s]://<host>:<port>/clientweb/api/v1/chats/{chatId}/events?tenantUrl=<tenantUrl>
Method GET
Returns 200 – Array of chat events (content type: application/json). Example:

{

"events":[<array of chat events>]

}

Errors 400 – Bad request

401 – Unauthorized

404 – Not found


< Previous | Next >
< Previous | Next >