---
title: "List Injections"
method: GET
path: "/api/2.0/injections/"
tags: ["Injections (BETA)"]
---

# List Injections

`GET /api/2.0/injections/`

Returns a list of injections

## Query parameters

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

## Response `200`

- PaginatedInjectionList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Injection[], required
    - `deleted_date` string, nullable
    - `dose` string, nullable
    - `dose_unit` 'dL' | 'g' | 'kg' | 'kL' | 'L' | 'mCi' | 'mg' | 'mL' | 'ug' | 'uL' | 'tab'
    - `given_by_user_id` integer, nullable
    - `given_date` string, required
    - `id` integer, required
    - `is_confidential` boolean
    - `is_new` boolean
    - `method` 'Intravenous' | 'Intramuscular' | 'Subcutaneous' | 'Intradermal' | 'Other'
    - `patient_id` integer, required
    - `practice_id` integer, required
    - `reference_medication_id` integer, required
    - `signed_by` integer, nullable
    - `signed_date` string, nullable

---

[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/revisions/c060f89d4de7/schema)
