---
title: "GET /api/activities/{id}"
method: GET
path: "/api/activities/{id}"
tags: ["Activities"]
---

# GET /api/activities/{id}

`GET /api/activities/{id}`

## Path parameters

- `id` string, guid, required

## Response `200`

Success

- 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

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