cURL
curl --request GET \ --url https://api.decodahealth.com/forms/{form_id}/structure \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "id": "<string>", "name": "<string>", "blocks": [ { "name": "<string>", "questions": [ { "id": "<string>", "questionType": "ADDRESS", "name": "<string>", "isArchived": true } ], "isArchived": true, "position": 123 } ] }
The tenant you are making this request on behalf of
Your api key
Successful Response
Show child attributes