---
title: "Get all activity types"
method: GET
path: "/activities/types"
tags: ["ActivityTypes"]
---

# Get all activity types

`GET /activities/types`

Get all activity types

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Get all activity typess

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` ActivityType
    - `code` string — Activity type code
    - `description` string — Activity type name

## Other responses

- `403` — Not authorized access

---

[API](https://skmtc.net/quadminds/apis/quadminds-api-v2.md) · [All operations](https://skmtc.net/quadminds/apis/quadminds-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadminds/quadminds-api-v2/versions/e0ab56dece05/schema)
