---
title: "Returns a list of Bill types."
method: GET
path: "/api/v1/BillTypes"
tags: ["Bill Types"]
---

# Returns a list of Bill types.

`GET /api/v1/BillTypes`

## Query parameters

- `Category` 'Public' | 'Private' | 'Hybrid'
- `Skip` integer
- `Take` integer

## Response `200`

OK

- BillTypeSearchResult
  - `items` BillType[], nullable
    - `id` integer
    - `category` 'Public' | 'Private' | 'Hybrid'
    - `name` string, nullable
    - `description` string, nullable
  - `totalResults` integer
  - `itemsPerPage` integer

## Other responses

- `400` — Bad Request

---

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