TemplateFiles
Search TemplateFiles
Search and list TemplateFile records with filtering, sorting, and pagination.
GET
Search TemplateFiles
A TemplateFile represents a file asset (HTML, CSS, JavaScript, or image) used in website templates and email templates. Template files control the visual appearance and layout of customer-facing pages.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the TemplateFile-List role.Enums
eTemplateFileVisibility — Visibility values
eTemplateFileVisibility — Visibility values
| Value | Name |
|---|---|
| 1 | Public |
| 2 | Private |
| 3 | PasswordProtected |
| 4 | OnlyMembers |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the business linked to this record.
Filter by iD of the template version linked to this record.
Filter by the name value for this template file.
Filter by the title value for this template file.
Filter by free-text description of this template file.
Filter by current file name of the picture (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the picture.
Filter by set to true to remove the current picture file.
Filter by the permalink value for this template file.
Filter by iD of the file language linked to this record.
Filter by whether published is enabled.
Filter by the visibility value for this template file.
Filter by the password value for this template file.
Filter by whether is custom is enabled.
Filter by display name of the linked theme (read-only).
Filter by the file contents value for this template file.
Range Filters
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Name
Range filters
Response
200
The list of TemplateFile records matching the query. See the Get one TemplateFile endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search TemplateFiles