---
title: "List treatment notes"
method: GET
path: "/treatment_notes"
tags: ["Treatment Note"]
---

# List treatment notes

`GET /treatment_notes`

## Query parameters

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

## Response `200`

successful operation

- object
  - `treatment_notes` TreatmentNote[]
    - `archived_at` string, date-time, nullable
    - `attendee` object
      - `links` object
        - `self` string, uri
    - `author_name` string, nullable
    - `booking` object
      - `links` object
        - `self` string, uri
    - `content` object, nullable
      - `sections` object[]
        - `name` string, nullable
        - `description` string, nullable
        - `questions` union[]
          - union
            - TreatmentNoteQuestionText
              - …
            - TreatmentNoteQuestionParagraph
              - …
            - TreatmentNoteQuestionDate
              - …
            - TreatmentNoteQuestionBodycharts
              - …
            - TreatmentNoteQuestionCheckboxes
              - …
            - TreatmentNoteQuestionRadiobuttons
              - …
    - `created_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `draft` boolean
    - `finalized_at` string, date-time, nullable
    - `id` string, int64
    - `links` object
      - `self` string, uri
    - `patient` object
      - `links` object
        - `self` string, uri
    - `pinned_at` string, date-time, nullable
    - `practitioner` object
      - `links` object
        - `self` string, uri
    - `title` string
    - `treatment_note_template` object
      - `links` object
        - `self` string, uri
    - `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/revisions/ffc3ab3f8ea0/schema)
