GET /evaluation/{evalId}/submission/bundle
Gets the requesting user's bundled Submissions and SubmissionStatuses to a specified Evaluation.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/submission/bundle
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. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<SubmissionBundle> (application/json) |