Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the envelope
Response
List of annotations retrieved successfully
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)