GET /evaluation/available
Gets a collection of Evaluations in which the user has SUBMIT permission, within a given range.
Note: The response will contain only those Evaluations on which the caller must is granted the ACCESS_TYPE.SUBMIT permission.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/available
Parameters
activeOnly optional |
|
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 evaluation. 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) |