---
title: "Get the previous and next sitting days given a house and date."
method: GET
path: "/overview/linkedsittingdates.{format}"
tags: ["Overview"]
---

# Get the previous and next sitting days given a house and date.

`GET /overview/linkedsittingdates.{format}`

Get the previous and next sitting days given a house and date. Returns only the previous sitting day if there is no future day with any Hansard data.

## Path parameters

- `format` string, required

## Query parameters

- `date` string, required
- `house` string, required

## Response `200`

OK

- LinkedSittingDates
  - `PreviousSittingDate` string, date-time
  - `NextSittingDate` string, date-time

---

[API](https://skmtc.net/parliament/apis/hansard-api.md) · [All operations](https://skmtc.net/parliament/apis/hansard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/hansard-api/revisions/3b1458d7709c/schema)
