Template

List templates

Returns a paginated list of templates that the authenticated user has READ permissions on. Each template returned is the current working version. Results can be filtered by title, site, and archive status. Use hostId='*' to search across all sites.

get/api/v1/templates

Query parameters

filterstring

Filter templates by title or identifier pattern

pageinteger

Page number to return (zero-based)

per_pageinteger

Number of items per page (default: 40)

orderbystring

Field to order results by (default: mod_date)

directionstring

Sort direction: ASC or DESC (default: DESC)

hoststring

Site identifier to filter templates by. Use '*' to search across all sites

archiveboolean

If true, returns only archived templates (default: false)

Response

Paginated list of templates returned successfully

i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.