---
title: "Get patient case"
method: GET
path: "/patient_cases/{id}"
tags: ["Patient Case"]
---

# Get patient case

`GET /patient_cases/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- 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

---

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