---
title: "GET /api/consent-documents/by-response/{responseId}"
method: GET
path: "/api/consent-documents/by-response/{responseId}"
tags: ["ConsentDocuments"]
---

# GET /api/consent-documents/by-response/{responseId}

`GET /api/consent-documents/by-response/{responseId}`

## Path parameters

- `responseId` string, required

## Response `200`

OK

- ConsentDocumentDto — A signed consent document record. The signature image is deliberately absent — only its presence is exposed (privacy pattern shared with vaccine certificates); the drawn signature appears solely in the rendered PDF.
  - `id` string
  - `questionnaireResponseId` string
  - `questionnaireId` string
  - `patientId` string
  - `clientId` string, nullable
  - `appointmentId` string, nullable
  - `signedAt` string, date-time
  - `signedBy` string, nullable
  - `questionnaireName` string, nullable
  - `patientName` string, nullable
  - `clientName` string, nullable
  - `hasSignature` boolean
  - `createdAt` string, date-time

## Other responses

- `404` — Not Found

---

[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/revisions/d8d7501dde48/schema)
