GET /forum/{forumId}/moderators
Returns a page of moderators for a given forum ID.
Target users: anyone who has READ permission to the project.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/forum/{forumId}/moderators
Resource URL Variables
| {forumId} | - The forum ID to which the returning mederators belong |
Parameters
| limit optional |
- Limits the size of the page returned. For example, a page size of 10 require limit = 10. The maximum Limit for this call is 100. |
| offset optional |
- The index of the pagination offset. For a page size of 10, the first page would be at offset = 0, and the second page would be at offset = 10. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | PaginatedIds (application/json) |