---
title: "Get a single patient-form"
method: GET
path: "/patient-forms/{id}"
tags: ["patient-form"]
---

# Get a single patient-form

`GET /patient-forms/{id}`

Get patient-form data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with patient-form data.

- object
  - `id` integer, required — Patient Form Id
  - `title` string — Form Title
  - `uuid` string, uuid — uuid
  - `brandingColor` string, nullable — Branding color
  - `headerImage` string, nullable — Link of the image
  - `content` string — Content of form
  - `submittedMessage` string, nullable — Submitted message
  - `submittedAt` union, required — Submitted time in YYYY:MM:DD HH:mm:ss format
    - string
    - string
    - unknown
  - `patientId` integer, required — Patient id
  - `organisationId` integer, required — Organisation id
  - `appointmentId` integer, nullable, required — Appointment id
  - `status` 'Incomplete' | 'In progress' | 'Completed' — Status
  - `templateId` integer, nullable, required — Template id
  - `archived` boolean, nullable — Whether the patient form has been archived
  - `createdAt` union — Object creation date time
    - string
    - string
  - `updatedAt` union — Object update date time
    - string
    - string

---

[API](https://skmtc.dev/splose/apis/splose-public-api.md) · [All operations](https://skmtc.dev/splose/apis/splose-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splose/splose-public-api/revisions/648d60075f00/schema)
