---
title: "Retrieve Patient Form Submission"
method: GET
path: "/api/2.0/patient_form_submissions/{id}/"
tags: ["Patient Form Submissions"]
---

# Retrieve Patient Form Submission

`GET /api/2.0/patient_form_submissions/{id}/`

Retrieve a single patient form object

## Path parameters

- `id` integer, required

## Response `200`

- PatientFormSubmission
  - `appointment` integer, nullable — ID of the appointment this submission is linked to.
  - `created_date` string, date-time, nullable
  - `document_date` string, date-time, nullable — Date of the clinical document. For past appointments, set this to the appointment date so the record appears at the correct position in the chart feed.
  - `form_name` string
  - `form_response_json` unknown, required
  - `id` integer
  - `patient` integer, required — ID of the patient.
  - `patient_form` integer, required — ID of the PatientForm to create a response for.
  - `reported_date_time` string, date-time, nullable — Date and time the form was reported.
  - `topics` unknown

---

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