curl --request GET \
--url https://api.decodahealth.com/forms/{form_path} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"id": "<string>",
"name": "<string>",
"patientId": "<string>",
"blocks": [
{
"blockType": "DYNAMIC",
"name": "<string>",
"position": 123,
"id": "<string>",
"answers": [
{
"question": {
"id": "<string>",
"blockId": "<string>",
"formId": "<string>",
"position": 123,
"questionType": "ADDRESS",
"required": true,
"data": {
"name": "<string>",
"description": "<string>"
},
"isArchived": false,
"mappingKey": "<string>",
"conditions": []
},
"data": "<string>"
}
],
"description": "<string>"
}
],
"description": "<string>",
"completed": true,
"isCompleted": false
}curl --request GET \
--url https://api.decodahealth.com/forms/{form_path} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"id": "<string>",
"name": "<string>",
"patientId": "<string>",
"blocks": [
{
"blockType": "DYNAMIC",
"name": "<string>",
"position": 123,
"id": "<string>",
"answers": [
{
"question": {
"id": "<string>",
"blockId": "<string>",
"formId": "<string>",
"position": 123,
"questionType": "ADDRESS",
"required": true,
"data": {
"name": "<string>",
"description": "<string>"
},
"isArchived": false,
"mappingKey": "<string>",
"conditions": []
},
"data": "<string>"
}
],
"description": "<string>"
}
],
"description": "<string>",
"completed": true,
"isCompleted": false
}The tenant you are making this request on behalf of
Your api key
Successful Response
Show child attributes
DYNAMIC, DEMOGRAPHICS, INSURANCE, PAYMENT_METHODS, MEDICAL_HISTORY Show child attributes
Show child attributes
ADDRESS, DATE, TEXT, NUMBER, TEXT_AREA, SINGLE_SELECT, RADIAL_SINGLE_SELECT, MULTI_SELECT, RADIAL_MULTI_SELECT, TOGGLE, SIGNATURE, FILE_UPLOAD, PHONE_NUMBER, EMAIL, PAYMENT_METHOD, TAG, DISCLAIMER, STATEMENT, DOCUMENT, FEET_INCHES_HEIGHT, POUNDS_WEIGHT, CALCULATED_SCORE Show child attributes
EQUALS, NOT_EQUALS, CONTAINS, YEARS_AGO_MINIMUM, YEARS_AGO_MAXIMUM, SUM