Annotation
Definition
An Annotation is a field that you can add to a document to collect information from recipients. Annotations can be used to collect signatures, initials, text, checkboxes and dates.
Schema
Unique identifier of the annotation
ID of the recipient
ID of the document
Page number where the annotation is placed
X coordinate of the annotation (in % of the page width from 0 to 100) from the top left corner
Y coordinate of the annotation (in % of the page height from 0 to 100) from the top left corner
Width of the annotation (in % of the page width from 0 to 100)
Height of the annotation (in % of the page height from 0 to 100)
Whether the annotation is required
Type of the annotation
TEXT
, SIGNATURE
, INITIALS
, CHECKBOX
, DATE
Signature annotation (null if annotation is not a signature)
Initials annotation (null if annotation is not initials)
Text annotation (null if annotation is not a text)
Date annotation (null if annotation is not a date)
Checkbox annotation (null if annotation is not a checkbox)