---
title: "Returns a list of news articles for a Bill."
method: GET
path: "/api/v1/Bills/{billId}/NewsArticles"
tags: ["Bill News"]
---

# Returns a list of news articles for a Bill.

`GET /api/v1/Bills/{billId}/NewsArticles`

## Path parameters

- `billId` integer, required

## Query parameters

- `Skip` integer
- `Take` integer

## Response `200`

OK

- NewsArticlesSummarySearchResult
  - `items` NewsArticlesSummary[], nullable
    - `id` integer
    - `title` string, nullable
    - `content` string, nullable
    - `displayDate` string, date-time, nullable
  - `totalResults` integer
  - `itemsPerPage` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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