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

# GET /api/activity-occurrences/search

`GET /api/activity-occurrences/search`

## Query parameters

- `Query` string, nullable, required
- `PageIndex` integer, required
- `PageSize` integer, required

## Response `200`

Success

- PagedSearchResultOfActivityOccurrenceDto
  - `items` 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
  - `pagingInfo` PagingInfo
    - `totalResultsFound` integer
    - `pageCount` integer

---

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