Templates
List Templates
Retrieves a list of templates. You can filter results by a search query, tags, or fields.
get/public/v1/templates
Query parameters
qstring
Search query. Filter by template name.
sharedboolean
Returns only the shared templates.
deletedboolean
Returns only the deleted templates.
countinteger
Specify how many templates to return.
pageinteger
Specify which page of the dataset to return.
idstring
Specify template ID.
folder_uuidstring
UUID of the folder where the templates are stored.
tagstring[]
Search tag. Filter by template tag.
fieldsstring[]
A comma-separated list of additional fields to include in the response.
Response
OK
Example response
{
"results": [
{
"id": "iMymdDd9XFD3HyxP5VD67Q",
"name": "Blank",
"date_created": "2021-06-17T15:51:13.226974Z",
"date_modified": "2021-06-17T15:51:13.326974Z",
"version": "2",
"content_date_modified": "2021-06-17T15:51:13.426974Z"
}
]
}