v1

latestOpenAPI 3.0.02026-07-24622596.0 KB
Templates

List All Checklist Templates

get/templates/checklists

Response

List of Checklist Templates

idstring

The unique ID for the ChecklistTemplate

company_idstring

A unique identifier for the Company the ChecklistTemplate belongs to

namestring

The name for the ChecklistTemplate

descriptionstring

The description for the ChecklistTemplate

created_atinteger

Timestamp when the ChecklistTemplate was created on the server.

updated_atinteger

Timestamp when the ChecklistTemplate was last updated

Example response

[
  {
    "id": "4782987471",
    "company_id": "8292212",
    "name": "Roof state survey",
    "description": "A list to make sure everything was properly done",
    "created_at": 1152230608,
    "updated_at": 1152230400
  }
]