List Templates API
Template APIs
List Templates API
Fetch all templates with filtering and pagination
GET
List Templates API
Header
string
required
Bearer token for API authentication. Format:
Bearer {{apiToken}}Query Parameters
string
Filter templates by tag names.
string
Search templates by field.
string
Sort templates by field.
integer
Page number for pagination. Default: 0.
integer
Number of items per page. Default: 10.
Response
object
integer
Total number of templates.
integer
Total number of pages.
integer
Page size.
array
List of template objects.
UUID
Template ID.
string
Template name.
string
Template description.
array
List of template tags.
object
object
integer
Current page number.
object
integer
Number of elements on this page.
boolean
Whether this is the first page.
boolean
Whether this is the last page.
object
boolean
Whether the result is empty.
object
Metadata object.
Status Codes
200- OK400- BAD REQUEST401- UNAUTHORISED404- NOT FOUND