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

# GET /api/activity-occurrences/published/past

`GET /api/activity-occurrences/published/past`

## Query parameters

- `OnlyOnline` boolean, required

## Response `200`

Success

- PublishedActivityOccurrenceDto[]
  - `id` string, guid
  - `startDate` string
  - `endDate` string, nullable
  - `occupiedPlaces` integer
  - `slug` string
  - `activity` ActivityDto
    - `id` string, guid
    - `nameFr` string
    - `nameEn` string
    - `startsAt` string
    - `endsAt` string
    - `maxParticipants` integer
    - `isPublished` boolean
    - `isProfessionalsOnly` boolean
    - `savedCardImage` string
    - `savedCardImageEn` string, nullable
    - `savedPageImage` string, nullable
    - `savedPageImageEn` string, nullable
    - `imageOverlayTextFr` string
    - `imageOverlayTextEn` string
    - `descriptionFr` string
    - `descriptionEn` string
    - `memberPrice` number
    - `memberProductId` string, guid
    - `nonMemberPrice` number, nullable
    - `nonMemberProductId` string, guid, nullable
    - `membersOnly` boolean
    - `accountCode` string, nullable
    - `itemCode` string, nullable
    - `location` string
    - `locationAddress` string, nullable
    - `chapter` string, nullable
    - `onlineUrl` string, nullable
    - `onlinePhoneNumber` string, nullable
    - `onlineWebinarNumber` string, nullable
    - `trainer` string, nullable
    - `trainerEmail` string, nullable
    - `isPrivate` boolean
    - `participantGuideUrl` string, nullable
    - `activityRecordingUrl` string, nullable
    - `activityPresentationUrl` string, nullable
    - `surveyUrl` string, nullable
    - `activityOccurrences` 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

---

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