---
title: "Returns business items belonging to the treaty with ID."
method: GET
path: "/api/Treaty/{id}/BusinessItems"
tags: ["Treaty"]
---

# Returns business items belonging to the treaty with ID.

`GET /api/Treaty/{id}/BusinessItems`

## Path parameters

- `id` string, required

## Response `200`

The business items for the requested treaty

- BusinessItemResourceCollection
  - `items` BusinessItemResource[], nullable
    - `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
  - `totalResults` integer
  - `itemsPerPage` integer
  - `links` Link[], nullable
    - `rel` string, nullable
    - `href` string, nullable
    - `method` string, nullable

## Other responses

- `400` — Bad Request
- `404` — If the treaty cannot be found

---

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