POST /evaluation
Creates a new Evaluation. The passed request body should contain the following fields:
- name - Give your new Evaluation a name.
- contentSource - The ID of the parent Entity, such as a Folder or Project.
Note: The caller must be granted the ACCESS_TYPE.CREATE on the contentSource Entity.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | Evaluation (application/json) |
Response Object | Evaluation (application/json) |