---
title: "Returns business items belonging to a proposed negative statutory instrument."
method: GET
path: "/api/v1/ProposedNegativeStatutoryInstrument/{id}/BusinessItems"
tags: ["ProposedNegativeStatutoryInstrument"]
---

# Returns business items belonging to a proposed negative statutory instrument.

`GET /api/v1/ProposedNegativeStatutoryInstrument/{id}/BusinessItems`

## Path parameters

- `id` string, required

## Response `200`

Success

- BusinessItemResourceCollection
  - `items` BusinessItemResource[], nullable
    - `links` Link[], nullable
      - `href` string, nullable
      - `method` string, nullable
      - `rel` string, nullable
    - `value` BusinessItem
      - `businessItemUri` string, uri, nullable
      - `houseId` string, nullable
      - `houseName` string, nullable
      - `houseUri` string, uri, nullable
      - `houses` BusinessItemHouse[], nullable
        - `house` 'Commons' | 'Lords'
        - `name` string, nullable
      - `id` string, nullable
      - `itemDate` string, date-time, nullable
      - `laidPaperType` 'StatutoryInstrument' | 'ProposedNegative'
      - `link` string, nullable
      - `procedureStepId` string, nullable
      - `procedureStepUri` string, uri, nullable
      - `sequence` integer
      - `statutoryInstrumentId` string, nullable
      - `statutoryInstrumentUri` string, uri, nullable
      - `stepName` string, nullable
      - `workpackageProcedureUri` string, uri, nullable
  - `itemsPerPage` integer
  - `links` Link[], nullable
    - `href` string, nullable
    - `method` string, nullable
    - `rel` string, nullable
  - `totalResults` integer

## Other responses

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

---

[API](https://skmtc.net/parliament/apis/statutoryinstruments.md) · [All operations](https://skmtc.net/parliament/apis/statutoryinstruments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/statutoryinstruments/versions/7915e8fa2a9c/schema)
