GET /challenge/{challengeId}/participant
List the participants registered for a Challenge. The caller must have READ permission on the project associated with the Challenge.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/challenge/{challengeId}/participant
Resource URL Variables
{challengeId} |
Parameters
affiliated optional |
If affiliated=true, return just participants affiliated with some registered Team. If false, return those not affiliated with any registered Team. If omitted return all participants. |
limit optional |
|
offset optional |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedIds (application/json) |