v1

latestOpenAPI 3.1.02026-07-14220425.8 KB
Templates

List all templates

The API endpoint provides the ability to retrieve a list of available document templates.

get/templates

Query parameters

qstring

Filter templates based on the name partial match.

slugstring

Filter templates by unique slug.

external_idstring

The unique application-specific identifier provided for the template via API or Embedded template form builder. It allows you to receive only templates with your specified external ID.

folderstring

Filter templates by folder name.

archivedboolean

Get only archived templates instead of active ones.

limitinteger

The number of templates to return. Default value is 10. Maximum value is 100.

afterinteger

The unique identifier of the template to start the list from. It allows you to receive only templates with an ID greater than the specified value. Pass ID value from the pagination.next response to load the next batch of templates.

beforeinteger

The unique identifier of the template to end the list with. It allows you to receive only templates with an ID less than the specified value.

Response

OK

All 25 operations