cURL
curl --request GET \ --url https://api.decodahealth.com/forms/with-status \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "name": "<string>", "pathName": "<string>", "completed": false } ]
Get multiple forms with their completion status for a patient.
The tenant you are making this request on behalf of
Your api key
Successful Response