---
title: "Return a list of Publication Groups for a Commitee"
method: GET
path: "/api/Committees/{id}/Publications/Summary"
tags: ["Committees"]
---

# Return a list of Publication Groups for a Commitee

`GET /api/Committees/{id}/Publications/Summary`

## Path parameters

- `id` integer, required

## Response `200`

Success

- CommitteesCommonResponsesPublicationGroup[]
  - `total` integer
  - `publicationType` 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)
