Get messages

get

/rest/ofscCollaboration/v1/chats/{chatId}/messages

Get all the messages under a chat id

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

This section describes the 200 status response for this operation.
Body ()
Root Schema : GetMessageResponse
Type: object
The list of messages of the chat.
Show Source
Nested Schema : items
Type: array
An array of items containing the message details.
Show Source
Nested Schema : Message
Type: object
Chat message details
Show Source
Nested Schema : Attachment
Type: object
Show Source
Nested Schema : ImageContent
Type: object
Show Source

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top