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[]

Not used.

topicId

String

ID of the topic.

topicIndex

String

Position of the topic in the Collaborative Review. The first topic has topicIndex == "1".

uri

String

Document identifier of the Collaborative Review HTML output.

userId

String

Identifier of the user who created the annotation.

id

String

ID of the annotation.

annotationStatusInformation

AnnotationStatus

Status of the annotation

parentId

String

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

ixiaUser

AnnotationUser

Information on the user who created the annotation.

date

String

Date of the 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.