---
title: "Get all constraint types"
method: GET
path: "/constraint/types"
tags: ["ConstraintTypes"]
---

# Get all constraint types

`GET /constraint/types`

Get all constraint types

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Get all constraint types

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` object[]
    - `name` string — Name
    - `unitId` integer — Unit id
    - `iconUrl` string — Constraint icon URL

## Other responses

- `403` — Not authorized access

---

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