---
title: "GET /api/consent_forms/{id}"
method: GET
path: "/api/consent_forms/{id}"
tags: ["Clinical"]
---

# GET /api/consent_forms/{id}

`GET /api/consent_forms/{id}`

Retrieve an existing patient consent form

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- ConsentForm
  - `archived` boolean
  - `is_mandatory` boolean, required — If true, consent form must be signed prior to appointment check in
  - `uri` string, required — Files are passed using `multipart/form-data` encoding, but returned as URLs.
  - `doctor` integer, required
  - `updated_at` string
  - `created_at` string
  - `title` string, required
  - `assign_by_default` boolean, required — If true, consent form will always be automatically assigned to appointments
  - `order` integer — The order of consent forms that will show in management screen
  - `id` integer

## 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)
