GET /evaluation/{evalId}/team/{id}/submissionEligibility
Find out whether a Team and its members are eligible to submit to a given Evaluation queue (at the current time). The request must include an Evaluation ID and a Team ID. The 'eligibilityStateHash' field of the returned object is a required parameter of the subsequent Team Submission request made for the given Evaluation and Team. (See: POST /evaluation/submission)
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/team/{id}/submissionEligibility
Resource URL Variables
| {evalId} | |
| {id} |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | TeamSubmissionEligibility (application/json) |