|
Examples
Creating a New Inspection Record with an inline Questionnaire (POST)
Step 1: Retrieve the Questionnaire Template (GET)
Purpose: Before you can create an inspection with a questionnaire, you must retrieve the template, so you know the structure (sections, questions, allowed answers, whether attachments are allowed).
CALL Type: GET
URL: http://<WebApp URL>/restapi/component/questionnaire_template?$filter=name eq '7 Point Fire Check'
What you receive:
A simplified JSON object describing the template, including:
- Template name
- Keyword
- All sections and questions
- Allowed answers
- Whether the question supports attachments
Response:
{
"@context": "$metadata#questionnaire_template",
"value": [
{
"unique_id": "Bu89_55i2ptcDgjb8WmyEZZx",
"name": "7 Point Fire Check",
"enabled": true,
"template": "{\"name\":\"7 Point Fire Check\",\"keyword\":\"Inspection\",\"sections\":[{\"number\":\"1\",\"allowNA\":\"DISALLOW\",\"name\":\"Approval Documents\",\"questions\":[{\"number\":\"1\",\"allowNA\":\"DISALLOW\",\"question\":\"Can all fire exits be opened immediately and easily?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"number\":\"2\",\"allowNA\":\"DISALLOW\",\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"number\":\"3\",\"allowNA\":\"DISALLOW\",\"question\":\"Are escape routes clear?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"number\":\"4\",\"allowNA\":\"DISALLOW\",\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"number\":\"5\",\"allowNA\":\"DISALLOW\",\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"number\":\"6\",\"allowNA\":\"DISALLOW\",\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"number\":\"7\",\"allowNA\":\"DISALLOW\",\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"type\":\"checkbox\",\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}}]}]}",
"keyword": "Inspection"
}
]
}
Step 2: Prepare the Simplified Questionnaire JSON
Purpose: You now fill in answers (and attachment IDs, if any) using the structure from Step 1.
{\"name\":\"7 Point Fire Check\",\"keyword\":\"Inspection\",\"sections\":[{\"number\":\"1\",\"name\":\"Approval Documents\",\"questions\":[{\"number\":\"1\",\"question\":\"Can all fire exits be opened immediately and easily?\",\"answer\":\"1\",\"result\":\"Checked\",\"attachments\":[\"ABqg4fRP-rXqQAjeWTI0F-N9\"]},{\"number\":\"2\",\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"3\",\"question\":\"Are escape routes clear?\",\"answer\":\"0\",\"result\":\"Unchecked\"},{\"number\":\"4\",\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"5\",\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"answer\":\"0\",\"result\":\"Unchecked\"},{\"number\":\"6\",\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"7\",\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"answer\":\"1\",\"result\":\"Checked\"}]}]}
Step 3: Create the Inspection Record (POST)
Purpose: Create a new inspection and include the questionnaire answers inline.
CALL Type: POST
URL: http://<WebApp URL>/restapi/component/inspections
Payload:
{
"inspection_summary": "7 Point Fire Check",
"inspection_date": "2026-03-10",
"inspection_type": "Safety",
"rel_location_inspected": {
"@id": "location('BrPwr1i5jA7b2Ajd_X4sbkg6')"
},
"rel_inspector": {
"@id": "person('ABqg4fRPtkH2kQjef_T7buiR')"
},
"inspection_completed": "No",
"rel_inspection_checklist": {
"name": "7 Point Fire Check",
"json": "{\"name\":\"7 Point Fire Check\",\"keyword\":\"Inspection\",\"sections\":[{\"number\":\"1\",\"name\":\"Approval Documents\",\"questions\":[{\"number\":\"1\",\"question\":\"Can all fire exits be opened immediately and easily?\",\"answer\":\"1\",\"result\":\"Checked\",\"attachments\":[\"ABqg4fRPtkH2kQjef_T7buiR\"]},{\"number\":\"2\",\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"3\",\"question\":\"Are escape routes clear?\",\"answer\":\"0\",\"result\":\"Unchecked\"},{\"number\":\"4\",\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"5\",\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"answer\":\"0\",\"result\":\"Unchecked\"},{\"number\":\"6\",\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"7\",\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"answer\":\"1\",\"result\":\"Checked\"}]}]}"
}
}
Updating an Existing Inspection Questionnaire (PATCH)
This example shows how to update the questionnaire attached to an existing Inspection record.
Step 1: Retrieve the Questionnaire Linked to the Inspection
Purpose: Get the questionnaire’s Unique ID and its current data so you know what you are updating.
CALL Type: GET
URL: http://<WebApp URL>/restapi/component/inspections? $filter = inspection_number eq 'INS-0000441' &$expand=rel_inspection_checklist
What you’re looking for in the response:
- The inspection record
- The rel_inspection_checklist object
- The questionnaire’s unique_id (e.g. ABqg4fRPtkH2kQjef_T7cJoA)
Response
{
"@context": "$metadata#inspections",
"value": [
{
"unique_id": "ABqg4fRPtkH2kQjef_T7cJn_",
"due_date": null,
"inspection_completed": "No",
"li_inspection_completed": "li_9999999_102",
"lk_inspection_completed": "lk_no",
"inspection_date": "2026-03-11",
"inspection_number": "INS-0000441",
"inspection_summary": "7 Point Fire Check",
"inspection_time": null,
"inspection_type": "Safety",
"li_inspection_type": "li_9999999_1587",
"lk_inspection_type": "lk_safety",
"points_of_merit": null,
"sys_date_created": null,
"sys_import_id": null,
"sys_scheduled_inspection": "No",
"li_sys_scheduled_inspection": "li_0",
"lk_sys_scheduled_inspection": "lk_no",
"sys_send_email_notification": "No",
"li_sys_send_email_notification": "li_0",
"lk_sys_send_email_notification": "lk_no",
"date_completed": null,
"status": null,
"bms_lastmodified": "2026-03-11T09:21:52.767Z",
"rel_inspection_checklist": {
"unique_id": "ABqg4fRPtkH2kQjef_T7cJoA",
"name": "7 Point Fire Check",
"json": "{\"result\":\"Fail\",\"score\":5,\"max\":7,\"resultMapping\":{\"display\":\"PERCENTAGE\",\"name\":\"Total Result\",\"calctype\":\"PERCENTAGE\",\"items\":[{\"boundary\":90,\"indicator\":\"tick\",\"colour\":\"green\",\"label\":\"Pass\"},{\"boundary\":0,\"indicator\":\"cross\",\"colour\":\"red\",\"label\":\"Fail\"}]},\"percentage\":71.42857142,\"name\":\"7 Point Fire Check\",\"nameI18nKey\":\"QnGF4oDIG8vJ9OltddNG3IXq\",\"information\":{\"informationLink\":\"\",\"informationText\":\"To ensure that any noncompliance is identified and addressed\"},\"keyword\":\"Inspection\",\"sections\":[{\"visible\":true,\"max\":7,\"questions\":[{\"attachments\":[\"157e3b61afe6ae586c50f8913d04ea45b4af412b75920a9a3a2f93f96d7eff7d01cb30d320c625358ee0ef1ad783c7910cdbb7f2\"],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Can all fire exits be opened immediately and easily?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnEjLN42zvZcYyuRnTsti7ui\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Checked\",\"number\":\"1\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":1,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoG\",\"keyword\":\"\"},{\"attachments\":[],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnGYOP5wS-y_WZtalF4qCR4a\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Checked\",\"number\":\"2\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":1,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoH\",\"keyword\":\"\"},{\"attachments\":[],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Are escape routes clear?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnEUYOJezfENYsYEgxDuxnJJ\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Unchecked\",\"number\":\"3\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":0,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoI\",\"keyword\":\"\"},{\"attachments\":[],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnEYoySBjpd2hJIQoKLqTt1D\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Checked\",\"number\":\"4\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":1,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoJ\",\"keyword\":\"\"},{\"attachments\":[],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnGFw0aOL0wOfNsLqyxeIgr_\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Unchecked\",\"number\":\"5\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":0,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoK\",\"keyword\":\"\"},{\"attachments\":[],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnG0fSDkF3qGyVIgVT54ib81\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Checked\",\"number\":\"6\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":1,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoL\",\"keyword\":\"\"},{\"attachments\":[],\"answerConfig\":{\"name\":\"Yes and No\",\"items\":[{\"commentsLabel\":\"Please explain your findings\",\"label\":\"Checked\",\"value\":1,\"showComments\":\"optional\"},{\"commentsLabel\":\"Please add comments\",\"label\":\"Unchecked\",\"value\":0,\"showComments\":\"always\"}]},\"comments\":\"\",\"visible\":true,\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"max\":1,\"allowRecords\":\"ALLOW\",\"weight\":1,\"questionI18nKey\":\"QnG4ePNCt0vAhAJg5_jyrWdw\",\"type\":\"checkbox\",\"attachmentsConfig\":\"ALLOW\",\"notApplicable\":false,\"result\":\"Checked\",\"number\":\"7\",\"allowNA\":\"DISALLOW\",\"default\":\"\",\"answer\":1,\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoM\",\"keyword\":\"\"}],\"nameI18nKey\":\"QnFkkLy7UWYhVd62d1EZqWSY\",\"weight\":1,\"notApplicable\":false,\"result\":\"Fail\",\"number\":\"\",\"score\":5,\"allowNA\":\"DISALLOW\",\"expanded\":false,\"resultMapping\":{\"display\":\"PERCENTAGE\",\"name\":\"Total Result\",\"calctype\":\"PERCENTAGE\",\"items\":[{\"boundary\":90,\"indicator\":\"tick\",\"colour\":\"green\",\"label\":\"Pass\"},{\"boundary\":0,\"indicator\":\"cross\",\"colour\":\"red\",\"label\":\"Fail\"}]},\"percentage\":71.42857142,\"name\":\"Approval Documents\",\"information\":{\"informationLink\":\"\",\"informationText\":\"\"},\"id\":\"ABqg4fRPtkH2kQjef_T7cJoF\",\"keyword\":\"\"}],\"showResult\":true}",
"max_score": 7.0,
"score": 5.0,
"result": "Fail",
"keyword": "Inspection",
"information_text": "To ensure that any noncompliance is identified and addressed",
"information_link": null,
"percentage": 71.4286,
"bms_lastmodified": "2026-03-11T09:21:52.767Z"
}
}
]
}
Step 2: Retrieve the Questionnaire’s Simplified JSON
Purpose: Retrieve the simplified version of the questionnaire so you can update answers and attachments.
CALL Type: GET
URL: http://<WebApp URL>/restapi/component/questionnaire('ABqg4fRPtkH2kQjef_T7cJoA')
Response
{
"json": "{\"name\":\"7 Point Fire Check\",\"keyword\":\"Inspection\",\"sections\":[{\"number\":\"\",\"allowNA\":\"DISALLOW\",\"name\":\"Approval Documents\",\"questions\":[{\"result\":\"Checked\",\"number\":\"1\",\"allowNA\":\"DISALLOW\",\"attachments\":[\"ABqg4fRPtkH2kQjef_T7buiR\"],\"question\":\"Can all fire exits be opened immediately and easily?\",\"answer\":1,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"result\":\"Checked\",\"number\":\"2\",\"allowNA\":\"DISALLOW\",\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"answer\":1,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"result\":\"Unchecked\",\"number\":\"3\",\"allowNA\":\"DISALLOW\",\"question\":\"Are escape routes clear?\",\"answer\":0,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"result\":\"Checked\",\"number\":\"4\",\"allowNA\":\"DISALLOW\",\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"answer\":1,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"result\":\"Unchecked\",\"number\":\"5\",\"allowNA\":\"DISALLOW\",\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"answer\":0,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"result\":\"Checked\",\"number\":\"6\",\"allowNA\":\"DISALLOW\",\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"answer\":1,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}},{\"result\":\"Checked\",\"number\":\"7\",\"allowNA\":\"DISALLOW\",\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"answer\":1,\"type\":\"checkbox\",\"notApplicable\":false,\"allowAttachments\":\"ALLOW\",\"answerOptions\":{\"items\":[{\"result\":\"Checked\",\"answer\":1},{\"result\":\"Unchecked\",\"answer\":0}]}}],\"notApplicable\":false}]}",
"@context": "$metadata#questionnaire",
"unique_id": "ABqg4fRPtkH2kQjef_T7cJoA"
}
Step 3: Prepare the Updated Simplified JSON
Purpose: Modify the values you need to update.
Here’s an example where all responses are now marked as Checked:
{\"name\":\"7 Point Fire Check\",\"keyword\":\"Inspection\",\"sections\":[{\"number\":\"1\",\"name\":\"Approval Documents\",\"questions\":[{\"number\":\"1\",\"question\":\"Can all fire exits be opened immediately and easily?\",\"answer\":\"1\",\"result\":\"Checked\",\"attachments\":[\"ABqg4fRPtkH2kQjef_T7buiR\"]},{\"number\":\"2\",\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"3\",\"question\":\"Are escape routes clear?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"4\",\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"5\",\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"6\",\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"7\",\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"answer\":\"1\",\"result\":\"Checked\"}]}]}
Step 4: Send the PATCH Request to Update the Questionnaire
Purpose: Update the questionnaire record.
CALL Type: PATCH
URL: http://<WebApp URL>/restapi/component/questionnaire('ABqg4fRPtkH2kQjef_T7cJoA')
Payload
{"name": "7 Point Fire Check",
"json": "{\"name\":\"7 Point Fire Check\",\"keyword\":\"Inspection\",\"sections\":[{\"number\":\"1\",\"name\":\"Approval Documents\",\"questions\":[{\"number\":\"1\",\"question\":\"Can all fire exits be opened immediately and easily?\",\"answer\":\"1\",\"result\":\"Checked\",\"attachments\":[\"ABqg4fRPtkH2kQjef_T7buiR\"]},{\"number\":\"2\",\"question\":\"Is both the interior and the exterior of fire doors clear of obstructions?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"3\",\"question\":\"Are escape routes clear?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"4\",\"question\":\"Are the emergency lighting fixtures and exit signs in good condition and undamaged?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"5\",\"question\":\"Are all fire extinguishers in their correct position and mounted properly?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"6\",\"question\":\"Are all fire extinguishers clearly visible and unobstructed?\",\"answer\":\"1\",\"result\":\"Checked\"},{\"number\":\"7\",\"question\":\"Is emergency lighting and sign lighting working correctly?\",\"answer\":\"1\",\"result\":\"Checked\"}]}]}"
}
|