GET /thread/messageUrl
This API is used to get the message URL of a thread. The message URL is
the URL to download the file which contains the thread message.
Target users: anyone who has READ permission to the project.
The resulting URL will be signed with Content-Type ="text/plain; charset=utf-8"; therefore, this header must be included with the GET on the URL.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/thread/messageUrl
Parameters
messageKey |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | MessageURL (application/json) |