Newer Version Available

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

Annotations List Resource

Returns a list of annotations.
Resource URL
1/wave/annotations
Formats
JSON
Available Version
37.0
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
assetId Id The ID of the asset. Required 37.0

The following REST URL shows how to use the assetId parameter in the GET request.

1/wave/annotations?assetId=<id>
GET Response Body (AnnotationCollectionRepresentation)
Property Name Type Description Filter Group and Version Available Version
annotations Annotation​Representation[] The list of annotations for this asset and feedSubject. Small, 37.0 37.0
feed​Subject Asset​Reference​Representation The feed subject for all annotations. Small, 37.0 37.0
subscription​Id String The 18-character ID of the subscription. Small, 38.0 38.0
url String The URL to get this collection. Small, 37.0 37.0
POST 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
feed​Element Asset​Reference​Input​Representation The referenced feed element of the annotation. Required 37.0
resolved Boolean Indicates whether the state of the annotation is resolved or not. Optional 37.0
POST 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
feed​Element 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 Indicates whether the state of the annotation is resolved or not. Small, 37.0 37.0
url String The URL to get this annotation. Small, 37.0 37.0