Get an evaluation criteria by id
GEThttps://platform.docana.com/api/v1/evaluation-criteria/
Looks the criteria up within the given application on behalf of the caller. Any lookup failure, including lack of access to the application, answers 404 so the endpoint does not reveal whether the id exists.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The evaluation criteria
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Evaluation criteria not found or inaccessible
Unexpected server error.