GET /public/v1/templates

Optionally, filter by a search query or tags.

Servers

Query parameters

Name Type Required Description
page Integer No

Optionally, specify which page of the dataset to return.

id String No

Optionally, specify template ID.

count Integer No

Optionally, specify how many templates to return. Default is 50 templates, maximum is 100 templates.

deleted Boolean No

Optional. Returns only the deleted templates.

q String No

Optional search query. Filter by template name.

folder_uuid String No

UUID of the folder where the templates are stored.

shared Boolean No

Returns only the shared templates.

tag[] Array No

Optional search tag. Filter by template tag.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.