cURL
curl --request GET \ --url https://api.decodahealth.com/forms/{form_id}/submissions \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "patient": { "id": "<string>", "type": "PROVIDER", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "email": "<string>", "locationId": "<string>" }, "answers": [ { "questionId": "<string>", "data": "<string>" } ], "submissionDate": "2023-11-07T05:31:56Z", "hadUploadError": true } ], "total": 123 }
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response
Show child attributes