Questionnaires
Get all questionnaires
get/v1/questionnaire
Response
Questionnaires response
Example response
{
"data": [
{
"attributes": {
"questions": [
{
"id": "string",
"type": "string",
"label": {},
"name": "string",
"defaultValue": null,
"values": {},
"required": false,
"order": 0,
"conditionalValue": 0
}
]
}
}
]
}