GET /project/{projectId}/forum
This API is used to get the Forum's metadata for a given project ID.
Target users: anyone who has READ permission to the project.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/project/{projectId}/forum
Resource URL Variables
| {projectId} | - The ID of the project to which the forum belongs. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | Forum (application/json) |