Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The request for a call to AnnotationService_CreateAnnotation to create a new annotation.
At least 1 asset, tag, or channel must be specified.
The name assigned to the new annotation.
When the annotation starts.
When the annotation ends.
A short description about the new annotation.
The names of the assets to associate with this annotation.
The channels to associate with this annotation.
The names of the tags to associate with this annotation.
The ID of the run that this annotation is associated with.
The ID of the user that this annotation is assigned to.
The organization associated with this annotation. An organization ID is only required if the user belongs to multiple organizations.
ANNOTATION_STATE_UNSPECIFIED, ANNOTATION_STATE_OPEN, ANNOTATION_STATE_FLAGGED, ANNOTATION_STATE_RESOLVED ANNOTATION_TYPE_UNSPECIFIED, ANNOTATION_TYPE_DATA_REVIEW, ANNOTATION_TYPE_PHASE The ID of the rule condition that created this annotation.
A JSON string containing the axes configuration of the annotation's linked channels.
The ID of the rule condition version that created this annotation.
The metadata associated with this annotation.
Response
A successful response.
The result of a call to AnnotationService_CreateAnnotation.