---
title: "Return a list of Committee Types"
method: GET
path: "/api/CommitteeType"
tags: ["Committee Types"]
---

# Return a list of Committee Types

`GET /api/CommitteeType`

## Response `200`

Success

- CommitteesCommonResponsesCommonCommitteeCommitteeType[]
  - `id` integer — Committee type Id
  - `name` string, nullable — Committee type name
  - `committeeCategory` CommitteesCommonResponsesCommonCommitteeCommitteeCategory
    - `id` integer — Committee category Id
    - `name` string, nullable — Committee category Name

## Other responses

- `400` — Bad Request

---

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