Newer Version Available

This content describes an older version of this product. View Latest

Annotation Resource

An asset's annotations.
Resource URL
1/wave/annotations/<Annotation ID>
Formats
JSON
Available Version
37.0
HTTP Methods
GET PATCH
GET Response Body
AnnotationRepresentation
Property Name Type Description Filter Group and Version Available Version
anchor String The anchor key. Small, 37.0 37.0
asset Asset​Reference​Representation The referenced asset. Small, 37.0 37.0
feedElement Asset​Reference​Representation The referenced feed element. Small, 37.0 37.0
id String The 18 character annotation ID. Small, 37.0 37.0
resolved Boolean The resolved state of the annotation. Small, 37.0 37.0
url String URL to get this annotation. Small, 37.0 37.0
PATCH Request Body
AnnotationInputRepresentation
Property Name Type Description Required or Optional Available Version
anchor String The anchor of the annotation. Optional 37.0
asset Asset​Reference​Input​Representation The referenced asset of the annotation. Required 37.0
feedElement Asset​Reference​Input​Representation The referenced feed element of the annotation. Required 37.0
resolved Boolean The resolved state of the annotation. Optional 37.0
PATCH Response Body
AnnotationRepresentation