---
title: "List patient cases"
method: GET
path: "/patient_cases"
tags: ["Patient Case"]
---

# List patient cases

`GET /patient_cases`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `patient_cases` PatientCase[]
    - `archived_at` string, date-time, nullable
    - `attendee_ids` string[], nullable
    - `attendees` object
      - `links` object
        - `self` string, uri
    - `bookings` object
      - `links` object
        - `self` string, uri
    - `closed` boolean, nullable
    - `closed_at` string, date-time, nullable
    - `contact` object
      - `links` object
        - `self` string, uri
    - `created_at` string, date-time
    - `expiry_date` string, date, nullable
    - `id` string, int64
    - `include_cancelled_attendees` boolean, nullable
    - `include_dna_attendees` boolean, nullable
    - `invoices` object
      - `links` object
        - `self` string, uri
    - `issue_date` string, date, nullable
    - `links` object
      - `self` string, uri
    - `max_invoiceable_amount` string, decimal, nullable
    - `max_sessions` integer, nullable
    - `name` string
    - `notes` string, nullable
    - `patient` object
      - `links` object
        - `self` string, uri
    - `patient_attachments` object
      - `links` object
        - `self` string, uri
    - `referral` boolean, nullable
    - `referral_type` 'dva' | 'medicare', nullable
    - `updated_at` string, date-time
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` string, uri

---

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