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

# Return a list of Publication Types

`GET /api/PublicationType`

## Response `200`

Success

- CommitteesCommonResponsesCommonPublicationPublicationType[]
  - `id` integer — The id of the publication type
  - `name` string, nullable — The name of the publication type
  - `description` string, nullable — The description of the publication type
  - `governmentCanRespond` boolean — Indicates that the government can respond to this type of publication
  - `canBeResponse` boolean — Indicates that publications of this type can be responses to other publications.
  - `iconKey` string, nullable — Icon type to be rendered on the website for this type of publication
  - `pluralVersion` string, nullable — Plural form of the publication type 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)
