---
title: "Get a paginated and filtered list of questionnaire responses"
method: GET
path: "/QuestionnaireResponses"
tags: ["QuestionnaireResponses"]
---

# Get a paginated and filtered list of questionnaire responses

`GET /QuestionnaireResponses`

## Query parameters

- `page` union
  - integer
  - string, int32
- `pageSize` union
  - integer
  - string, int32
- `questionnaireId` string
- `patientId` string
- `clientId` string
- `appointmentId` string
- `status` integer
- `submittedAfter` string, date-time
- `submittedBefore` string, date-time

## Response `200`

Paginated list of questionnaire responses

- QuestionnaireResponseListResponse — Paginated response list response
  - `data` QuestionnaireResponseListItemDto[]
    - `id` string
    - `questionnaireId` string
    - `questionnaireName` string
    - `questionnaireType` integer
    - `patientId` string, nullable
    - `patientName` string, nullable
    - `clientId` string, nullable
    - `clientName` string, nullable
    - `appointmentId` string, nullable
    - `status` integer
    - `submittedAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `linkExpiresAt` string, date-time, nullable — Latest expiry among the response's public links. Lets read surfaces derive "Sent, awaiting" (InProgress, unexpired) vs "Expired" (InProgress, expired).
    - `linkFirstViewedAt` string, date-time, nullable — Earliest first-view among the response's public links (null = never opened). Lets read surfaces distinguish "Sent, awaiting" from "Opened, awaiting".
  - `totalCount` union
    - integer
    - string, int32
  - `page` union
    - integer
    - string, int32
  - `pageSize` union
    - integer
    - string, int32
  - `totalPages` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
