Skip to main content
GET
/
forms
/
with-status
Get Forms With Status
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
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

form_paths
string
required
patient_id
string
required

Response

Successful Response

id
string
required
name
string
required
pathName
string
required
completed
boolean
default:false