---
title: "List Allergy Documentations"
method: GET
path: "/api/2.0/allergy_documentation/"
tags: ["Allergy Documentation (NKDA)"]
---

# List Allergy Documentations

`GET /api/2.0/allergy_documentation/`

Returns a list of allergy documentation

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]

## Response `200`

- PaginatedPatientAllergyDocumentationList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PatientAllergyDocumentation[], required
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `patient` integer, required

---

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