GET /evaluation/{evalId}/acl
Gets the access control list (ACL) governing the given evaluation. The user should have the proper permissions to read the ACL.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/acl
Resource URL Variables
| {evalId} | The ID of the evaluation whose ACL is being retrieved. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | AccessControlList (application/json) |