---
title: "signed_consent_forms Get"
method: GET
path: "/api/signed_consent_forms"
tags: ["Clinical"]
---

# signed_consent_forms Get

`GET /api/signed_consent_forms`

Retrieve or search signed consent forms

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `patient` integer — ID of the patient to filter by
- `doctor` integer — ID of the doctor to filter by

## Request body

- SignedConsentForm
  - `date_signed` string — Date when the consent form is signed. Automatically set when the record is created
  - `archived` boolean — Indicates that the consent form has been archived and should not be used
  - `appointment` integer, required — ID of the appointment that the consent form is signed for
  - `signature_file` string, binary — File with the signature of the patient
  - `updated_at` string — Date and time when the signature was last updated
  - `patient` integer, required — ID of the patient who signed the consent form
  - `consent_form` integer, required — ID of the consent form that is signed
  - `id` integer — ID consent form signature

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `results` SignedConsentForm[] — List of consent form signatures
    - `date_signed` string — Date when the consent form is signed. Automatically set when the record is created
    - `archived` boolean — Indicates that the consent form has been archived and should not be used
    - `appointment` integer, required — ID of the appointment that the consent form is signed for
    - `signature_file` string, binary — File with the signature of the patient
    - `updated_at` string — Date and time when the signature was last updated
    - `patient` integer, required — ID of the patient who signed the consent form
    - `consent_form` integer, required — ID of the consent form that is signed
    - `id` integer — ID consent form signature
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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