---
title: "List Patient Form Submissions"
method: GET
path: "/api/2.0/patient_form_submissions/"
tags: ["Patient Form Submissions"]
---

# List Patient Form Submissions

`GET /api/2.0/patient_form_submissions/`

Returns a list of patient form submissions; supports direct creation.

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]
- `report__patient` integer

## Response `200`

- PaginatedPatientFormSubmissionList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PatientFormSubmission[], required
    - `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)
