---
title: "List attendees for individual appointment"
method: GET
path: "/individual_appointments/{individual_appointment_id}/attendees"
tags: ["Attendee"]
deprecated: true
---

# List attendees for individual appointment

`GET /individual_appointments/{individual_appointment_id}/attendees`

> **Deprecated.**

## Path parameters

- `individual_appointment_id` string, int64, required

## Query parameters

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

## Response `200`

successful operation

- object
  - `attendees` Attendee[]
    - `archived_at` string, date-time, nullable
    - `arrived` boolean, nullable
    - `booking` object
      - `links` object
        - `self` string, uri
    - `booking_ip_address` string, ipv4, nullable
    - `cancellation_note` string, nullable
    - `cancellation_reason` integer, nullable
    - `cancellation_reason_description` 'Feeling Better' | 'Condition Worse' | 'Sick' | 'COVID-19 related' | 'Away' | 'Other' | 'Work' | '', nullable
    - `cancellation_url` string, uri, nullable
    - `cancelled_at` string, date-time, nullable
    - `created_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `email_reminder_sent` boolean, nullable — Please use the `sent_email_reminders_count` attribute instead.
    - `id` string, int64
    - `invoice_status` 10 | 20 | 30 | 40, nullable — | Enum Value | Description | |---|---| |10|Open| |20|Paid| |30|Closed| |40|Open credit|
    - `invoices` object
      - `links` object
        - `self` string, uri
    - `links` object
      - `self` string, uri
    - `notes` string, nullable
    - `online_booking_policy_accepted` boolean, nullable
    - `patient` object
      - `links` object
        - `self` string, uri
    - `patient_case` object
      - `links` object
        - `self` string, uri
    - `patient_forms` object
      - `links` object
        - `self` string, uri
    - `sent_email_follow_ups_count` integer, nullable
    - `sent_email_reminders_count` integer, nullable
    - `sent_sms_follow_ups_count` integer, nullable
    - `sent_sms_reminders_count` integer, nullable
    - `sms_reminder_sent` boolean, nullable — Please use the `sent_sms_reminders_count` attribute instead.
    - `telehealth_url` string, uri, nullable
    - `treatment_note_status` 10 | 90, nullable — | Enum Value | Description | |---|---| |10|Draft| |90|Final|
    - `treatment_notes` object
      - `links` object
        - `self` string, uri
    - `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)
