---
title: "Get next and previous sitting days with items of business"
method: GET
path: "/api/v1/GetNextPrevDaysWithItemsOfBusiness.{format}"
tags: ["SittingDays"]
---

# Get next and previous sitting days with items of business

`GET /api/v1/GetNextPrevDaysWithItemsOfBusiness.{format}`

Get next and previous sitting days which have items of business. If the next or previous sitting date does not have an item of business, null is returned

## Path parameters

- `format` string, required

## Query parameters

- `initialDate` string, date-time, required

## Response `200`

OK

- FutureAndPreviousBusinessDays
  - `futureBusinessDay` string, date-time, nullable
  - `previousBusinessDay` string, date-time, nullable

---

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