Skip to main content

Checklist question template

A question is the basic essence of a checklist template


AttributeTypeDescriptionNullable
idIntegerIdentifierfalse
nameStringQuestion namefalse
activeBooleanQuestion namefalse
categoryIdIntegerIdentifier of categoryfalse
categoryNameStringCategory namefalse
templateIdIntegerIdentifier of the question templatetrue
zoneIdIntegerIdentifier of the zonetrue
zoneNameStringName of the zonetrue
originalIdIntegerIdentifier of the question that was before (put when deleting or updating)true
controlTypeStringType of the controlfalse
weightFloat or double ??Weight of the questiontrue
blockCategoryBooleanBlocking categorytrue
blockChecklistBooleanBlocking checklisttrue
hintStringQuestion hinttrue
hasAnswersBooleanThe presence of an answertrue
hasClonesBooleanThe presence of clonestrue
needToRenameBooleanQuestion need to renametrue
needToRelinkBooleanQuestion need to relinktrue
needToUpdateBooleanQuestion need to updatetrue
attachmentRequiredBooleanThe presence of attachmentstrue
routeToUserIdIntegerQuestion route to user idtrue
routeToUserNameStringQuestion route to user nametrue
routeToBusinessDirIdIntegerQuestion route to user idtrue
routeToBusinessDirNameStringQuestion route to user nametrue
routeToLevelStringQuestion route to user leveltrue
notificationPeriodTimeNotification periodtrue
daysForActionIntegerDays for actiontrue
daysForActionEditableBooleanOpportunity to change number of days for actiontrue
minutesForActionIntegerMinutes for actiontrue
deadlineTimeEnabledBooleanDeadline time enabledtrue
needPhotoIfAnswerNoBooleanthe need for photography if question has NO answertrue
photoHintsList of objectsPhoto hintstrue
noCreateTaskBooleanDo not create a task if the answer is negativetrue
lastModifiedTimeLast modified time of questiontrue
supervisorCommentNecessityExtendedBooleanObligatory reviewer's commenttrue
Example:
[
{
"id": 1081,
"name": "All sizes available",
"active": true,
"categoryId": 4045,
"categoryName": "Shoes sizes",
"templateId": 629,
"zoneId": 0,
"zoneName": "No zone",
"originalId": 1071,
"controlType": "default",
"weight": 1,
"required": false,
"blockCategory": false,
"blockChecklist": false,
"hint": "Sample hint",
"hasAnswers": true,
"hasClones": false,
"needToRename": false,
"needToRelink": false,
"needToUpdate": false,
"attachmentRequired": false,
"routeToUserId": null,
"routeToUserName": null,
"routeToBusinessDirId": null,
"routeToBusinessDirName": null,
"routeToLevel": "REGION",
"notificationPeriod": null,
"daysForAction": 2,
"daysForActionEditable": false,
"minutesForAction": 0,
"deadlineTimeEnabled": false,
"needPhotoIfAnswerNo": false,
"photoHints": [],
"noCreateTask": false,
"netiCategoryId": null,
"netiQtyToCheck": null,
"isNaAllowed": null,
"lastModified": "2022-04-04T09:50:39.278Z",
"supervisorCommentNecessityExtended": "REQUIRED_FOR_NEGATIVE"
}
]