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>", "answeredFormId": "<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