GET /message/{messageId}
Fetches the specified message. The authenticated user must be either the sender or receiver of the message.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/message/{messageId}
Resource URL Variables
| {messageId} |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | MessageToUser (application/json) |