isApplicable) on every answer type of every controlled element (EK) in the section's subtree — the section itself plus all of its nested sub-sections.isApplicable is false and become visible again when it is set back to true. If the user afterwards answers a single answer type manually, the section-level toggle simply stops being "all N/A" — there is no separate section flag stored.deleted becomes false).curl --location --globoff --request PUT 'https://app.hustro.com/api/v2/project//inspection//section/{{sectionId}}/answers/batch' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isApplicable": false
}'[
{
"_id": "5f479169f7ef7fe33b3cca36",
"modifiedAt": "2020-12-01T11:32:01+01:00",
"modifiedBy": {
"_id": "5f479169f7ef7fe33b3cca36",
"label": "string"
},
"templateChecklistItem": "5f479169f7ef7fe33b3cca36",
"comment": "string",
"answers": [
{
"_id": "5f479169f7ef7fe33b3cca36",
"checklistAnswerId": "5f479169f7ef7fe33b3cca36",
"type": "COMPLIANCE",
"isApplicable": true,
"selectedOption": "PASSED"
}
],
"documents": [
{
"description": "string",
"data": {
"bucketName": "hustro-documents-staging",
"documentType": "FILE",
"extension": "jpg",
"isDrawn": true,
"key": "client/635a7a1e1ed39332efecfd94/project/635a7a1e22eda9be81e7c88e/issue/63a2f0c5b3b49a3d8b7b5d42/event/63ac505fbbaa4ce8525afca8/document/63ac51e9bbaa4ce8525b04e9.jpg",
"name": "pexels-olga-lioncat-7245366",
"thumbnailKey": "client/635a7a1e1ed39332efecfd94/project/635a7a1e22eda9be81e7c88e/issue/63a2f0c5b3b49a3d8b7b5d42/event/63ac505fbbaa4ce8525afca8/document/63ac51e9bbaa4ce8525b04e9_thumbnail.jpg",
"type": "image/jpeg",
"uploadStatus": "SUCCESS",
"url": "string"
},
"deleted": true,
"_id": "5f479169f7ef7fe33b3cca36",
"createdAt": "2020-12-01T11:32:01+01:00",
"createdBy": "5f479169f7ef7fe33b3cca36",
"modifiedAt": "2020-12-01T11:32:01+01:00",
"modifiedBy": "5f479169f7ef7fe33b3cca36"
}
]
}
]