GET /templates

Get a list of all the template on an account

Scoped OAuth requires: templates.read

Servers

Query parameters

Name Type Required Description
template_type String No

Filters templates by type.

Default value: "status_update"

query String No

Template name or description to search

limit Integer No

The number of results per page.

sort_by String No

Used to specify both the field you wish to sort the results on (name/created_at), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. Sort direction defaults to ascending.

Possible values:

  • "created_at:desc"
  • "name:asc"
  • "name"
  • "created_at:asc"
  • "name:desc"
  • "created_at"

Default value: "created_at:asc"

offset Integer No

Offset to start pagination search results.

total Boolean No

By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated.

See our Pagination Docs for more information.

Default value: false

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.