GET /forum/{objectId}/{objectType}
This API is used to get the Forum's metadata for a given object ID and type. For entity forums, the caller must have READ permission on the entity. For access requirement forums, the caller must have REVIEW_SUBMISSIONS permission or an ACT member. If the forum does not exist, it will throw exception
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/forum/{objectId}/{objectType}
Resource URL Variables
| {objectId} | - The ID of the object to which the forum belongs. |
| {objectType} | - The type of the object (ENTITY or ACCESS_REQUIREMENT). |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | Forum (application/json) |