cURL
curl --request GET \ --url https://api.decodahealth.com/forms/submissions \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data '[ "DYNAMIC" ]'
{ "data": [ { "patient": { "id": "<string>", "type": "PROVIDER", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "email": "<string>", "locationId": "<string>" }, "formId": "<string>", "submissionDate": "2023-11-07T05:31:56Z", "isCompleted": true, "hadUploadError": true } ], "total": 123 }
The tenant you are making this request on behalf of
Your api key
asc
desc
DYNAMIC
DEMOGRAPHICS
INSURANCE
PAYMENT_METHODS
MEDICAL_HISTORY
Successful Response
Show child attributes
The unique identifier for the user.
The type of user.
PROVIDER
PATIENT
ASSISTANT
The user's first name.
The user's last name.
The user's phone number.
The user's email address.
The location of the user.