---
title: "List Recurring Event Groups"
method: GET
path: "/api/2.0/recurring_event_groups/"
tags: ["Recurring Event Groups"]
---

# List Recurring Event Groups

`GET /api/2.0/recurring_event_groups/`

## Query parameters

- `end_date` string
- `limit` integer
- `offset` integer
- `order_by` string
- `physician` string[]
- `practice` integer[]
- `reason` string[]
- `start_date` string
- `time_slot_type` 'appointment' | 'appointment_slot' | 'event'

## Response `200`

- PaginatedRecurringEventGroupList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` RecurringEventGroup[], required
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `is_blocking` boolean
    - `practice` integer, required
    - `reason` string, nullable
    - `schedules` RecurringEventSchedule[], required
      - `created_date` string, date-time, nullable
      - `description` string
      - `dow_friday` boolean
      - `dow_monday` boolean
      - `dow_saturday` boolean
      - `dow_sunday` boolean
      - `dow_thursday` boolean
      - `dow_tuesday` boolean
      - `dow_wednesday` boolean
      - `duration` integer, required
      - `event_time` string, time, required
      - `id` integer
      - `physician` integer, required
      - `repeats` 'Monthly' | 'Weekly'
      - `series_start` string, date, required
      - `series_stop` string, date, nullable
    - `time_slot_type` 'appointment' | 'appointment_slot' | 'event', required

---

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