---
title: "Returns proposed negative statutory instrument by ID."
method: GET
path: "/api/v1/ProposedNegativeStatutoryInstrument/{id}"
tags: ["ProposedNegativeStatutoryInstrument"]
---

# Returns proposed negative statutory instrument by ID.

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

## Path parameters

- `id` string, required

## Response `200`

Success

- ProposedNegativeStatutoryInstrumentResource
  - `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

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