---
title: "List amendments for a prescription (newest first)."
method: GET
path: "/rx/governance/{id}/amendments"
tags: ["RxGovernance"]
---

# List amendments for a prescription (newest first).

`GET /rx/governance/{id}/amendments`

## Path parameters

- `id` string, required

## Response `200`

OK

- PrescriptionAmendmentDto[]
  - `id` string
  - `prescriptionId` string
  - `reason` string
  - `originalContent` string
  - `amendedContent` string
  - `createdById` string
  - `createdByDisplayName` string, nullable
  - `createdAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
