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

Download Open API Spec

POST /evaluation/{evalId}/round/list

Retrieve all EvaluationRounds associated with a Evaluation. You must have READ permissions for the associated Evaluation in order to retrieve all EvaluationRounds. 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/list

Resource URL Variables
{evalId}
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method POST
Request Object EvaluationRoundListRequest
(application/json)
Response Object EvaluationRoundListResponse
(application/json)