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

# GET /api/amendments/{id}

`GET /api/amendments/{id}`

Retrieve an existing patient amendment, you can only interact with amendments created by your API application

## Path parameters

- `id` string, required

## Query parameters

- `appointment` integer
- `patient` integer
- `doctor` integer

## Response `200`

OK

- PatientAmendment
  - `amendment_name` string, required
  - `appointment` integer — ID of the appointment to which the amendment applies, if any. If present, the `amendment_file` will be appended to the clinical note for this appointment.
  - `doctor` integer, required — ID of the doctor who owns the amendment
  - `comments` string
  - `amendment_file` string, required — A PDF file containing the amended information for the patient's record
  - `patient` integer, required — ID of the patient to whom the amendment applies
  - `id` integer

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