Header
Bearer token for API authentication. Format:
Bearer {{apiToken}}
Query Parameters
Filter templates by tag names.
Search templates by field.
Sort templates by field.
Page number for pagination. Default: 0.
Number of items per page. Default: 10.
Response
Total number of templates.
Total number of pages.
Page size.
List of template objects.
Template ID.
Template name.
Template description.
List of template tags.
Current page number.
Number of elements on this page.
Whether this is the first page.
Whether this is the last page.
Pageable information.
Page offset.
Page number.
Whether pagination is enabled.
Page size.
Whether pagination is disabled.
Whether the result is empty.
Metadata object.
Status Codes
200
- OK400
- BAD REQUEST401
- UNAUTHORISED404
- NOT FOUND