{
"id": "FID001",
"type": "Survey",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"title": "string",
"description": "string",
"shortDescription": "string",
"selfAssessment": {},
"totalItems": 0,
"isLibraryItem": true,
"isArchived": true,
"extraInformation": {
"subAction": "string"
}
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"pages": {
"data": [
{
"id": "FID001",
"type": "SurveyPage"
}
]
}
}
}