From Bright Pattern Documentation
< 3.15:Mobile-web-api-specification
Revision as of 18:06, 30 May 2017 by Tracy (talk | contribs) (Send Events)
(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

Send Events

Send Events sends events from the client to the server side and returns events from the server.

URL

http[s]://<host>:<port>/clientweb/api/v1/chats/{chatId}/events?tenantUrl=<tenantUrl>

Method

POST

Request Body

Array of chat events (content type: application/json)

Example

{
“events”:[<array of chat events>]

}

Returns

200 – Array of new chat events from the server side (content type: application/json)

Example

{

"events":[<array of new chat events from server>]

}

Errors

401 – Unauthorized

404 – Not found


< Previous | Next >
< Previous | Next >