The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /evaluation/{evalId}/submission/status/all

Gets a collection of SubmissionStatuses to a specified Evaluation.

Note: The caller must be granted the ACCESS_TYPE.READ on the specified Evaluation. Furthermore, the caller must be granted the ACCESS_TYPE.READ_PRIVATE_SUBMISSION to see all data marked as "private" in the SubmissionStatuses.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/submission/status/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<SubmissionStatus>
(application/json)