---
title: "GET /dashboard/configuration-types"
method: GET
path: "/dashboard/configuration-types"
tags: ["Stats"]
---

# GET /dashboard/configuration-types

`GET /dashboard/configuration-types`

GET operation for /dashboard/configuration-types

## Response `200`

Successful response

- DashboardConfigurationTypeSerializer
  - `id` integer
  - `name` string, required
  - `code` string — Auto-generated from name
  - `description` string
  - `is_active` boolean — Whether this configuration type is available for use
  - `is_template` boolean — Whether this is a template configuration type

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
