GET /thread/{threadId}
This API is used to get a thread and its statistic given its ID.
Target users: anyone who has READ permission to the project.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/thread/{threadId}
Resource URL Variables
{threadId} | - The ID of the thread being requested |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | DiscussionThreadBundle (application/json) |