Templates
Template Status
Available Template Statuses
The following is a complete list of all possible template statuses returned:
| Template Status | Status Description |
|---|---|
| template.UPLOADED | The template upload process has been initiated and is currently in progress. It will soon transition to the template.PROCESSED state. |
| template.PROCESSED | The template has been successfully uploaded and created. At this stage, all aspects of the template are editable. |
| template.ERROR | The template upload process has failed. Please refer to the error details in the response for more information. |
get/public/v1/templates/{id}
Path parameters
idstring required
Template ID
Response
OK
Example response
{
"id": "SkXXMTBsLB5TLPagPTm5yC",
"name": "API Sample PandaDoc Template",
"date_created": "2021-03-10T07:28:47.440256Z",
"date_modified": "2021-03-10T07:28:47.442256Z",
"version": "2"
}