# List recurring schedules

`GET /events/{eventId}/recurring_schedules`

Base URL: `https://api.viewcy.com/2025_06`

## Parameters

- `eventId` (path, string, **required**) (example: `00000000-0000-0000-0000-000000000000`)

## Responses

### 200 — Returns recurring schedules with decoded patterns

- `data` (array)
  Items:
    - `object` (string)
    - `id` (string)
    - `eventId` (string)
    - `frequency` (string)
    - `startDate` (string)
    - `time` (string)
    - `durationMinutes` (integer)
    - `weekday` (string)
    - `monthly` (object)
      - `type` (string)
      - `weekday` (string)
      - `occurrence` (integer)
      - `dayOfMonth` (integer)
    - `ends` (object)
      - `type` (string)
      - `count` (integer)
      - `date` (string)
    - `repeatUntil` (string)
    - `completedAt` (any)
- `object` (string)
- `page` (integer)
- `totalPages` (integer)
- `perPage` (integer)
- `totalCount` (integer)
- `hasNextPage` (boolean)
- `meta` (object)
  - `requestId` (string)

### 401 — Returns 401

- `object` (string)
- `status` (integer)
- `message` (string)
- `meta` (object)
  - `requestId` (string)

### 404 — Returns 404 for non-existent event

- `object` (string)
- `status` (integer)
- `message` (string)
- `meta` (object)
  - `requestId` (string)

---
Full OpenAPI spec: https://developer.viewcy.com/openapi/2025_06_viewcy_api.yaml

Interactive docs: https://developer.viewcy.com/api/list-recurring-schedules
