v1

latestOpenAPI 3.1.02026-07-24700152.8 KB

List available templates

List of active templates (checklists) for a Breezeway company. Templates can be used to Create tasks.

get/companies/templates

Query parameters

company_idinteger

Fetch templates associated with the specified Breezeway company ID (cross-company access required)

Response

200

department_codestring
idinteger
template_namestring

Example response

[
  {
    "department_code": "inspection",
    "id": 27,
    "template_name": "Test Arrival Inspection"
  }
]