---
title: "List treatment note templates"
method: GET
path: "/treatment_note_templates"
tags: ["Treatment Note Template"]
---

# List treatment note templates

`GET /treatment_note_templates`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `treatment_note_templates` TreatmentNoteTemplate[]
    - `archived_at` string, date-time, nullable
    - `content` object
      - `sections` object[]
        - `name` string, nullable
        - `description` string, nullable
        - `questions` union[]
          - union
            - TreatmentNoteTemplateQuestionText
              - …
            - TreatmentNoteTemplateQuestionParagraph
              - …
            - TreatmentNoteTemplateQuestionDate
              - …
            - TreatmentNoteTemplateQuestionBodycharts
              - …
            - TreatmentNoteTemplateQuestionCheckboxes
              - …
            - TreatmentNoteTemplateQuestionRadiobuttons
              - …
    - `created_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `id` string, int64
    - `links` object
      - `self` string, uri
    - `name` string
    - `print_settings` object, nullable
      - `include_patient_address` boolean, nullable
      - `include_patient_dob` boolean, nullable
      - `include_patient_medicare` boolean, nullable
      - `include_patient_occupation` boolean, nullable
      - `include_patient_reference_number` boolean, nullable
      - `title` string, nullable
    - `updated_at` string, date-time
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` string, uri

---

[API](https://skmtc.net/cliniko/apis/cliniko-api.md) · [All operations](https://skmtc.net/cliniko/apis/cliniko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliniko/cliniko-api/versions/c129a555ff44/schema)
