---
title: "Returns a list of proposed negative statutory instruments."
method: GET
path: "/api/v1/ProposedNegativeStatutoryInstrument"
tags: ["ProposedNegativeStatutoryInstrument"]
---

# Returns a list of proposed negative statutory instruments.

`GET /api/v1/ProposedNegativeStatutoryInstrument`

## Query parameters

- `Name` string
- `RecommendedForProcedureChange` boolean
- `DepartmentId` integer
- `LayingBodyId` string
- `Skip` integer
- `Take` integer

## Response `200`

Success

- ProposedNegativeStatutoryInstrumentResourceCollection
  - `items` ProposedNegativeStatutoryInstrumentResource[], nullable
    - `links` Link[], nullable
      - `href` string, nullable
      - `method` string, nullable
      - `rel` string, nullable
    - `value` ProposedNegativeStatutoryInstrument
      - `commonsLayingDate` string, date-time, nullable
      - `commonsPublishedDate` string, date-time, nullable
      - `departmentId` integer, nullable
      - `id` string, nullable
      - `layingBodyDepartment` Department
        - `departmentId` integer, nullable
        - `id` string, nullable
        - `name` string, nullable
      - `layingBodyId` string, nullable
      - `layingBodyName` string, nullable
      - `link` string, nullable
      - `lordsLayingDate` string, date-time, nullable
      - `lordsPublishedDate` string, date-time, nullable
      - `name` string, nullable
      - `procedure` Procedure
        - `id` string, nullable
        - `name` string, nullable
        - `uri` string, nullable
      - `procedureName` string, nullable
      - `procedureUri` string, nullable
      - `statutoryInstrument` LaidPaperSummary
        - `id` string, nullable
        - `name` string, nullable
      - `statutoryInstrumentPaperId` string, nullable
      - `statutoryInstrumentPaperName` string, nullable
      - `uri` string, nullable
  - `itemsPerPage` integer
  - `links` Link[], nullable
    - `href` string, nullable
    - `method` string, nullable
    - `rel` string, nullable
  - `totalResults` integer

## Other responses

- `400` — Bad Request

---

[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)
