---
title: "Get a list of sitting days (including weekend sittings where they have been defined) for the specific House and date range."
method: GET
path: "/calendar/proceduraldates/{house}/sittingdates.{format}"
tags: ["Procedural dates"]
---

# Get a list of sitting days (including weekend sittings where they have been defined) for the specific House and date range.

`GET /calendar/proceduraldates/{house}/sittingdates.{format}`

## Path parameters

- `format` string, required
- `house` string, required

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required

## Response `200`

OK

- SittingDateListPoco — Contains a list of sitting dates.
  - `SittingDates` SittingDatePoco[]
    - `Date` string, date-time — The date of the sitting.

---

[API](https://skmtc.net/parliament/apis/whats-on-calendar-api.md) · [All operations](https://skmtc.net/parliament/apis/whats-on-calendar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/whats-on-calendar-api/revisions/4683d8d4b27c/schema)
