Retrieves a list of templates. You can filter results by a search query, tags, or fields.
Request Code Samples
curl --location '/templates?q=Sample%20onboarding%20template&shared=undefined&deleted=undefined&count=10&page=undefined&id=e9LxBesSL73AeZMzeYdfvV&tag=undefined&fields=undefined'
Responses
{
"results": [
{
"id": "iMymdDd9XFD3HyxP5VD67Q",
"name": "Blank",
"date_created": "2021-06-17T15:51:13.226Z",
"date_modified": "2021-06-17T15:51:13.326Z",
"version": "2",
"content_date_modified": "2021-06-17T15:51:13.426Z"
}
]
}
Modified at 2024-09-18 01:34:58