GET /evaluation/{evalId}/submission/all
Gets a collection of Submissions to a specified Evaluation.
Note: The caller must be granted the ACCESS_TYPE.READ_PRIVATE_SUBMISSION on the specified Evaluation.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/submission/all
Resource URL Variables
{evalId} | - the ID of the specified Evaluation. |
Parameters
offset optional |
The offset index determines where this page will start from. An index of 0 is the first entity. When null it will default to 0. |
limit optional |
Limits the number of entities that will be fetched for this page. When null it will default to 10, max value 100. |
status optional |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<Submission> (application/json) |