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

Download Open API Spec

GET /entity/{id}/evaluation

Gets Evaluations tied to a project. Note: The response will contain only those Evaluations on which the caller is granted the ACCESS_TYPE.READ permission, unless specified otherwise with the accessType parameter.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/evaluation

Resource URL Variables
{id} the ID of the project
Parameters
accessType

optional

The type of access for the user to filter for, optional and defaults to ACCESS_TYPE.READ
activeOnly

optional

If 'true' then return only those evaluations with rounds defined and for which the current time is in one of the rounds.
evaluationIds

optional

an optional, comma-delimited list of evaluation IDs to which the response is limited
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<Evaluation>
(application/json)