---
title: "GET /api/activity-occurrences/future"
method: GET
path: "/api/activity-occurrences/future"
tags: ["Activity-Occurrences"]
---

# GET /api/activity-occurrences/future

`GET /api/activity-occurrences/future`

## Response `200`

Success

- ActivityOccurrenceDto[]
  - `id` string, guid
  - `startDate` string
  - `endDate` string, nullable
  - `occupiedPlaces` integer
  - `slug` string
  - `activity` ActivityBaseDto
    - `id` string, guid
    - `nameFr` string
    - `nameEn` string
    - `startsAt` string
    - `endsAt` string
    - `maxParticipants` integer
    - `isPublished` boolean
    - `isProfessionalsOnly` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
