GET /thread/submission/{submissionId}
This API is used to get the discussion thread associated with a given submission.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/thread/submission/{submissionId}
Resource URL Variables
| {submissionId} | - The ID of the submission. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | DiscussionThreadBundle (application/json) |