Get Started
Guides
- Account
- Envelopes
- Templates
- Webhooks
Backend SDKs
- Python
- Typescript
- Go
- Java
- C#
- PHP
API Reference
- Envelope
- Template
- POSTCreate new template
- POSTList templates
- GETGet template
- DELDelete template
- POSTDuplicate template
- POSTAdd template document
- GETGet template document
- GETGet template documents
- POSTAdd template signing steps
- PUTRename template
- PUTSet template comment
- PUTSet template notification
- GETGet template annotations
- GETGet document template annotations
- POSTAdd template annotation
- DELDelete template annotation
- POST
- Webhook
Get template annotations
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the template
Response
Date annotation (null if annotation is not a date)
Whether the date should be automatically filled
Color of the text in hex format
Format of the date time (DMY_NUMERIC_SLASH is day/month/year with slashes, MDY_NUMERIC_SLASH is month/day/year with slashes, YMD_NUMERIC_SLASH is year/month/day with slashes, DMY_NUMERIC_DASH_SHORT is day/month/year with dashes, DMY_NUMERIC_DASH is day/month/year with dashes, YMD_NUMERIC_DASH is year/month/day with dashes, MDY_TEXT_DASH_SHORT is month/day/year with dashes, MDY_TEXT_SPACE_SHORT is month/day/year with spaces, MDY_TEXT_SPACE is month/day/year with spaces)
DMY_NUMERIC_SLASH
, MDY_NUMERIC_SLASH
, YMD_NUMERIC_SLASH
, DMY_NUMERIC_DASH_SHORT
, DMY_NUMERIC_DASH
, YMD_NUMERIC_DASH
, MDY_TEXT_DASH_SHORT
, MDY_TEXT_SPACE_SHORT
, MDY_TEXT_SPACE
Font size of the text in pt
Unix timestamp of the date
Timezone of the date
ID of the document
Height of the annotation (in % of the page height from 0 to 100)
Unique identifier of the annotation
Initials annotation (null if annotation is not initials)
Unique identifier of the annotation initials
Page number where the annotation is placed
ID of the recipient
Whether the annotation is required
Signature annotation (null if annotation is not a signature)
Unique identifier of the annotation signature
Text annotation (null if annotation is not a text)
Text color in 32bit representation
Name of the dynamic field
Font size of the text in pt
Tooltip of the annotation
Text content of the annotation
Type of the annotation
TEXT
, SIGNATURE
, INITIALS
, CHECKBOX
, DATE
Width of the annotation (in % of the page width from 0 to 100)
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