Return message details
Returns all details about a message
URL
/api/v1/messages/message
Access
Must be authenticated as a server.
If not authorised, a AccessDenied error will be returned.
Parameters
| Parameter | Type | Default |
|---|---|---|
|
id Required The ID of the message |
Integer | null |
Errors
| Error | Attributes |
|---|---|
|
MessageNotFound No message found matching provided ID |
|
Response Data
This action will return a message structure.
You will only receive basic data for this structure, no extended data is available.
By default, you'll receive no expansions for the structure. You can add them by providing
an array of new expansion names in the _expansions parameter on the request.
You can send true rather than array to receive all expansions.