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

# Returns a list of publication types.

`GET /api/v1/PublicationTypes`

## Query parameters

- `Skip` integer
- `Take` integer

## Response `200`

OK

- PublicationTypeSearchResult
  - `items` PublicationType[], nullable
    - `id` integer
    - `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)
