The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /message/{messageId}/conversation

Retrieves messages belonging to the same thread as the given message. The current authenticated user will be either the sender or receiver of all returned messages.
By default, the most recent messages are returned first. To flip the ordering, set the "descending" parameter to "false". To change the way the messages are ordered, set the "orderBy" parameter to either "SEND_DATE" or "SUBJECT".

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/message/{messageId}/conversation

Resource URL Variables
{messageId}
Parameters
orderBy

optional

descending

optional

limit

optional

offset

optional

Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<MessageToUser>
(application/json)