Skip to main content

The Template object

Templates serve as pre-designed documents facilitating the rapid creation of new documents.

Attributes

archived_at
nullable string
Time at which the template was archived.
cover_page
nullable string
The URL of the template cover page image.
created_at
string
Time at which the template was created.
deleted_at
nullable string
Time at which the template was moved to trash.
id
string
Unique identifier for the template.
name
string
The name of the template.
updated_at
nullable string
Time at which the template was viewed.
The Template object
{
"archived_at": null,
"cover_page": null,
"created_at": "2024-05-14T13:26:20+00:00",
"deleted_at": null,
"id": "doc_5boql6lglq69lto2bhwso88d",
"name": "Est explicabo ut sed officia.",
"updated_at": "2024-05-14T13:26:20+00:00"
}