---
title: "GET /api/v1/activities"
method: GET
path: "/api/v1/activities"
tags: ["Activities"]
---

# GET /api/v1/activities

`GET /api/v1/activities`

## Query parameters

- `Name` string
- `skip` integer
- `take` integer

## Response `200`

Success

- Activity[]
  - `id` string, uuid
  - `areaId` string, uuid
  - `names` StringSet
    - `default` string, required
    - `defaults` object, required
    - `translations` object, nullable
  - `maxCapacity` integer
  - `reservedCapacity` integer
  - `allowMixedUse` boolean

---

[API](https://skmtc.dev/centeredge/apis/advantage-api.md) · [All operations](https://skmtc.dev/centeredge/apis/advantage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/centeredge/advantage-api/revisions/00cc7dde429b/schema)
