---
title: "Get treatment note"
method: GET
path: "/treatment_notes/{id}"
tags: ["Treatment Note"]
---

# Get treatment note

`GET /treatment_notes/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- 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
            - `answer` string
            - `name` string, required
            - `type` 'text', nullable, required
          - TreatmentNoteQuestionParagraph
            - `answer` string
            - `name` string, required
            - `type` 'paragraph', nullable, required
          - TreatmentNoteQuestionDate
            - `answer` string, date
            - `name` string, required
            - `type` 'date', nullable, required
          - TreatmentNoteQuestionBodycharts
            - `body_chart_ids` string[]
            - `name` string, required
            - `type` 'bodycharts', nullable, required
          - TreatmentNoteQuestionCheckboxes
            - `answers` object[]
              - …
            - `other` object
              - …
            - `name` string, required
            - `type` 'checkboxes', nullable, required
          - TreatmentNoteQuestionRadiobuttons
            - `answers` object[]
              - …
            - `other` object
              - …
            - `name` string, required
            - `type` 'radiobuttons', nullable, required
  - `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

---

[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)
