Get Message

Get a specific message from a thread.

Path parameters

group_idintegerRequired
thread_idintegerRequired
message_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
idinteger
group_idinteger
thread_idinteger
contentstring or null
The content of the thread message
extramap from strings to any or null
Extra metadata for the thread message
created_atstring or nullformat: "date-time"
updated_atstring or nullformat: "date-time"
is_archivedboolean or null

Errors