---
title: "Returns a list of written statements"
method: GET
path: "/api/writtenstatements/statements"
tags: ["WrittenStatements"]
---

# Returns a list of written statements

`GET /api/writtenstatements/statements`

## Query parameters

- `madeWhenFrom` string, date-time
- `madeWhenTo` string, date-time
- `sessionStatus` 'Current' | 'Any'
- `searchTerm` string
- `uIN` string
- `answeringBodies` integer[]
- `members` integer[]
- `house` 'Bicameral' | 'Commons' | 'Lords'
- `skip` integer
- `take` integer
- `expandMember` boolean

## Response `200`

Success

- StatementsViewModelSearchResult
  - `totalResults` integer
  - `results` StatementsViewModelItem[], nullable
    - `value` StatementsViewModel
      - `id` integer
      - `memberId` integer
      - `member` MemberViewModel
        - `id` integer
        - `listAs` string, nullable
        - `name` string, nullable
        - `party` string, nullable
        - `partyColour` string, nullable
        - `partyAbbreviation` string, nullable
        - `memberFrom` string, nullable
        - `thumbnailUrl` string, nullable
      - `memberRole` string, nullable
      - `uin` string, nullable
      - `dateMade` string, date-time
      - `answeringBodyId` integer
      - `answeringBodyName` string, nullable
      - `title` string, nullable
      - `text` string, nullable
      - `house` 'Bicameral' | 'Commons' | 'Lords'
      - `noticeNumber` integer
      - `hasAttachments` boolean
      - `hasLinkedStatements` boolean
      - `linkedStatements` LinkedStatements[], nullable
        - `linkedStatementId` integer
        - `linkType` 'CorrectedStatement' | 'CorrectedAnswer' | 'JointStatement'
        - `linkDate` string, date-time
      - `attachments` AttachmentViewModel[], nullable
        - `url` string, nullable
        - `title` string, nullable
        - `fileType` string, nullable
        - `fileSizeBytes` integer
    - `links` Link[], nullable
      - `rel` string, nullable
      - `href` string, nullable
      - `method` string, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/parliament/apis/written-questions-service-api.md) · [All operations](https://skmtc.net/parliament/apis/written-questions-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/written-questions-service-api/versions/2c3586802bdc/schema)
