---
title: "GET /api/clinical_notes/{id}"
method: GET
path: "/api/clinical_notes/{id}"
tags: ["Clinical"]
---

# GET /api/clinical_notes/{id}

`GET /api/clinical_notes/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `patient` integer
- `office` integer
- `doctor` integer
- `since` string
- `date_range` string
- `date` string

## Response `200`

OK

- ClinicalNote
  - `patient` string
  - `archived` boolean
  - `clinical_note_sections` object[]
    - `values` object[]
      - `clinical_note_field` integer
      - `id` integer
      - `value` string
    - `clinical_note_template` integer
    - `name` string
  - `appointment` string
  - `signee` object
    - `locked_by` string
    - `supervisor_locked_by` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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