Skip to main content
GET
List Templates API
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}

Query Parameters

string
Filter templates by tag names.
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 variables.
string
Variable name.
string
Default value for the variable.
array
List of template tags.
object
Draft version details.
UUID
Version ID.
integer
Version number.
string
Version status (e.g., “PUBLISHED_LATEST”).
datetime
Timestamp of when the version was published.
object
Published version details.
UUID
Version ID.
integer
Version number.
string
Version status (e.g., “PUBLISHED_LATEST”).
datetime
Timestamp of when the version was published.
array
List of all template versions.
UUID
Version ID.
integer
Version number.
string
Version status (e.g., “PUBLISHED_LATEST”).
datetime
Timestamp of when the version was published.
integer
Current page number.
object
Sort information.
boolean
Whether the sort is empty.
boolean
Whether the sort is unsorted.
boolean
Whether the sort is sorted.
integer
Number of elements on this page.
boolean
Whether this is the first page.
boolean
Whether this is the last page.
object
Pageable information.
integer
Page offset.
object
Sort information.
boolean
Whether the sort is empty.
boolean
Whether the sort is unsorted.
boolean
Whether the sort is sorted.
integer
Page number.
boolean
Whether pagination is enabled.
integer
Page size.
boolean
Whether pagination is disabled.
boolean
Whether the result is empty.
object
string
The error code (e.g., BAD_REQUEST).
string
A human-readable error message.
array
List of error objects.
string
Error code.
string
Error message.
object
Metadata object.

Status Codes

  • 200 - OK
  • 400 - BAD REQUEST
  • 401 - UNAUTHORISED
  • 404 - NOT FOUND