GET
/
envelope
/
{envelope_id}
/
annotations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

envelope_id
string
required

ID of the envelope

Response

200 - application/json
checkbox
object

Checkbox annotation (null if annotation is not a checkbox)

datetime
object

Date annotation (null if annotation is not a date)

document_id
string

ID of the document

height
number

Height of the annotation (in % of the page height from 0 to 100)

id
string

Unique identifier of the annotation

initials
object

Initials annotation (null if annotation is not initials)

page
integer

Page number where the annotation is placed

recipient_id
string

ID of the recipient

required
boolean

Whether the annotation is required

signature
object

Signature annotation (null if annotation is not a signature)

text
object

Text annotation (null if annotation is not a text)

type
enum<string>

Type of the annotation

Available options:
TEXT,
SIGNATURE,
INITIALS,
CHECKBOX,
DATE
width
number

Width of the annotation (in % of the page width from 0 to 100)

x
number

X coordinate of the annotation (in % of the page width from 0 to 100) from the top left corner

y
number

Y coordinate of the annotation (in % of the page height from 0 to 100) from the top left corner