v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Templates

Search modified templates

get/templates/search

Query parameters

limitinteger

Limit the number of results returned. Default is 1000.

fieldstring[]

The fields to return. Defaults to just audit_id.

  • template_id: Include template_id in the response.
  • name: Include name in the response.
  • modified_at: Include modified_at in the response.
  • created_at: Include modified_at in the response.
order'asc' | 'desc'

The order to return results in.

  • asc: Order by modified_at in ascending order.
  • desc: Order by modified_at in descending order.
modified_afterstring date-time

Filter results modified after this date time.

modified_beforestring date-time

Filter results modified before this date time.

archived'false' | 'true' | 'both'

Filter results by archived status.

  • false: Only include unarchived templates.
  • true: Only include archived templates.
  • both: Include both archived and unarchived templates.
owner'all' | 'me' | 'other'

Filter results by owner.

  • all: Include all templates.
  • me: Only include templates owned by the requesting user.
  • other: Only include templates owned by other users.

Response

A successful response.

countinteger

The number of results returned.

totalinteger

The total number of results available.