---
title: "Returns business item by ID."
method: GET
path: "/api/BusinessItem/{id}"
tags: ["BusinessItem"]
---

# Returns business item by ID.

`GET /api/BusinessItem/{id}`

## Path parameters

- `id` string, required

## Response `200`

The requested business item

- BusinessItemResource
  - `value` BusinessItem
    - `id` string, nullable
    - `treatyId` string, nullable
    - `stepName` string, nullable
    - `steps` string[], nullable
    - `itemDate` string, date-time
    - `houses` BusinessItemHouse[], nullable
      - `house` 'Commons' | 'Lords'
      - `name` string, nullable
    - `link` string, nullable
    - `sequence` integer
    - `treatyUri` string, uri, nullable
    - `businessItemUri` string, uri, nullable
    - `houseUri` string, uri, nullable
    - `houseName` string, nullable
    - `procedureStepUri` string, uri, nullable
    - `houseId` string, nullable
    - `procedureStepId` string, nullable
    - `workpackageProcedureUri` string, uri, nullable
  - `links` Link[], nullable
    - `rel` string, nullable
    - `href` string, nullable
    - `method` string, nullable

## Other responses

- `400` — Bad Request
- `404` — If the item doesn't exist

---

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