List print templates
Templates are ordered by creation date, from oldest to newest.
$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/print/templates | jq
{
"print_templates": [
{
"uuid": "1ed8feba-b855-6290-a8b0-1ef2a1c15efe",
"output_format": "pdf",
"filename": "job_layout.html",
},
{
"uuid": "1ed8feba-f9eb-6350-a8b0-1ef2a1c15efe",
"name": "Review",
"output_format": "html",
"filename": "custom_layout.html",
},
...
]
}
Field | Type | JSON Type | Can be null |
Description |
---|---|---|---|---|
|
UUID |
String |
No |
Unique identifier |
|
String |
String |
Yes |
Print template name |
|
String |
String |
No |
Format of a printed file |
|
String |
String |
No |
Print template filename |