curl --location --request GET 'https://api.synap.ac/v3/survey-items/'
{
"data": {
"id": "FID001",
"type": "SurveyItem",
"attributes": {
"type": "boolean",
"question": "string",
"options": [
{
"label": "string",
"value": "string"
}
],
"isRequired": true,
"isHidden": true,
"isReadOnly": true,
"defaultValue": "string"
},
"relationships": {
"page": {
"data": {
"id": "FID001",
"type": "SurveyPage"
}
}
}
}
}