---
title: "Get a list of legacy business documents for a given date"
method: GET
path: "/api/v1/legacybusiness/{dayDate}"
tags: ["Journal"]
---

# Get a list of legacy business documents for a given date

`GET /api/v1/legacybusiness/{dayDate}`

Returns a list of all the legacy business documents for the given date

## Path parameters

- `dayDate` string, date-time, required

## Response `200`

OK

- LegacyDocumentListItem[]
  - `documentType` string, nullable
  - `htmlUrl` string, nullable
  - `pdfUrl` string, nullable
  - `docucumentDate` string, date-time

---

[API](https://skmtc.net/parliament/apis/lords-business.md) · [All operations](https://skmtc.net/parliament/apis/lords-business/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/lords-business/revisions/206f8eaba94d/schema)
