Skip to main content
GET
/
api
/
2.0
/
patient_form_submissions
/
{id}
Retrieve Patient Form Submission
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/patient_form_submissions/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "form_name": "<string>",
  "id": 123,
  "patient": 123,
  "topics": "<unknown>",
  "created_date": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
form_name
string
required
id
integer<int64>
required
patient
integer
required
topics
any
required
created_date
string<date-time> | null
read-only