Get Question
/form_templates/{template_id/questions/{id}
Get an single question on a form template.
Get Question [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"item": {
"id": 13434,
"title": "Can the hazard be eliminated without the use of PPE?",
"definition": null,
"required": false,
"hasAnswerLogic": false,
"type": {
"name": "singleSelect",
"displayName": "Single Select",
"id": 1
},
"payload": {
"default": null,
"defaultSelectionId": null,
"selectionListId": 4532,
"selections": [{
"id": 7989,
"abbr": null,
"value": "Yes",
"color": null,
"score": 1,
"priorityId": 0
}, {
"id": 7990,
"abbr": null,
"value": "No",
"color": null,
"score": 2,
"priorityId": 3
}, {
"id": 7991,
"abbr": null,
"value": "Not Applicable",
"color": null,
"score": 3,
"priorityId": -1
}],
"answerLogic": [],
"statusLogic": []
},
"questionFilesCount": 0,
"cannedCommentsCount": 0,
"resourcesCount": 0,
"questionHeading": {
"id": 4984,
"name": "Default"
},
"calculatedFromFormula": false,
"ordinal": 204,
"hasStatusLogic": false
}
}