---
title: "List group appointments"
method: GET
path: "/group_appointments"
tags: ["Group Appointment"]
---

# List group appointments

`GET /group_appointments`

## Query parameters

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

## Response `200`

successful operation

- object
  - `group_appointments` GroupAppointment[]
    - `appointment_type` object
      - `links` object
        - `self` string, uri
    - `archived_at` string, date-time, nullable
    - `attendees` object
      - `links` object
        - `self` string, uri
    - `business` object
      - `links` object
        - `self` string, uri
    - `conflicts` object, nullable
      - `links` object
        - `self` string, uri
    - `created_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `ends_at` string, date-time
    - `id` string, int64
    - `links` object
      - `self` string, uri
    - `max_attendees` integer
    - `notes` string, nullable
    - `patient_ids` string[], nullable
    - `practitioner` object
      - `links` object
        - `self` string, uri
    - `repeat_rule` object, nullable
      - `number_of_repeats` integer, nullable
      - `repeat_type` 'Daily' | 'Monthly' | 'Weekly', nullable
      - `repeating_interval` integer, nullable
    - `repeated_from` object
      - `links` object
        - `self` string, uri
    - `repeats` object, nullable
      - `links` object
        - `self` string, uri
    - `starts_at` string, date-time
    - `telehealth_url` string, uri, 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)
