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

# Return a list of Committee Business Types

`GET /api/CommitteeBusinessType`

## Response `200`

Success

- CommitteesCommonResponsesCommonBusinessCommitteeBusinessType[]
  - `id` integer — Business type Id
  - `name` string, nullable — Name of business type
  - `isInquiry` boolean — If the business is an inquiry
  - `description` string, nullable — Description of the business

## 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)
