Annotation

Field Type Description

ranges

AnnotationRange

Start and end position of the annotation

quote

String

Content highlighted by the annotation

text

String

Text of the annotation

tags

String[...]

Reserved for future use, so not used

topicId

String

Identifier of the topic

topicIndex

String

Position of the topic in the Collaborative Review

Note:

The first topic has topicIndex == "1".

uri

String

Document identifier of the Collaborative Review HTML output

userId

String

Identifier for user who created the annotation

id

String

Identifier of the annotation

annotationStatusInformation

AnnotationStatus

Status of the annotation

parentId

String

Identifier of the parent annotation
Note: If parentID == id, the annotation is a top-level annotation.

ixiaUser

AnnotationUser

Information for user who created the annotation

date

String

Date of annotation, in Epoch format

replies

Annotation[...]

List of annotations that are replies to the current annotation
Note: If the current annotation is already a reply to another annotation, it does not have replies of its own. All replies are considered as replies to the top-level annotation.