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

Download Open API Spec

GET /evaluation/{evalId}/round/{roundId}

Retrieve an existing EvaluationRound associated with a Evaluation. You must have READ permissions for the associated Evaluation in order to retrieve an EvaluationRound. This is a replacement for the deprecated SubmissionQuota which is a property inside of Evaluation. EvaluationRounds define a fixed time period during which submissions to an Evaluation queue are accepted. Limits to the number of allowed submissions may be defined inside a EvaluationRound.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/round/{roundId}

Resource URL Variables
{evalId}
{roundId}
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object EvaluationRound
(application/json)