POST
/
templates

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
after
string
ascending
boolean

Whether to order templates in ascending order

before
string
first
integer
ids
string[]

List of templates IDs

last
integer
name
string

Name of the template

order_field
enum<string>

Field to order templates by

Available options:
TEMPLATE_ID,
TEMPLATE_CREATION_DATE,
TEMPLATE_MODIFICATION_DATE,
TEMPLATE_NAME
tags
string[]

List of tag templates

Response

200 - application/json
has_next_page
boolean

Whether there is a next page

has_previous_page
boolean

Whether there is a previous page

templates
object[]