latestOpenAPI 3.1.02026-08-085123123.9 KB
bf0b51ee8e8a
Templates
Retrieve templates
Retrieve a paginated list of the templates.
get/templates
Query parameters
pageinteger
The page of results to view
limitinteger
The number of results per page (max 10 000)
sort'template_asc' | 'template_desc' | 'language_asc' | 'language_desc' | 'subject_asc' | 'subject_desc' | 'updated_asc' | 'updated_desc' | 'usage_asc' | 'usage_desc' | 'created_asc' | 'created_desc'
Sort order for results
Response
Paginated list of templates
Example response
{
"templates": [
{
"id": 1405,
"title": "blablabla",
"createdOn": "2014-11-10 14:43:10.103",
"updatedOn": "2014-11-10 14:43:10.103"
}
],
"totalCount": 150,
"page": 1,
"limit": 2
}