Records
List Annotations
List all annotations (ratings and comments) for a specific Record.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to list annotations for.
Example:
"777"
Response
Successfully retrieved list of Annotations for the Record.
Previous
Upsert ScoreCreate or update a Score for a given Record and MetricConfig. If a Score with the specified Record ID and MetricConfig ID already exists, it will be updated. Otherwise, a new Score will be created. The score provided should conform to the schema defined by the MetricConfig; otherwise, validation errors will be reported.
Next
JavaScript