Skip to main content

Checklist template

Checklist template is a object for generation Checklist


AttributeTypeDescriptionNullable
idIntegerIdentifiers of templatefalse
nameStringTemplate namefalse
descriptionStringDescription of templatefalse
activeBooleanFlag indicating a template is activefalse
viewModeStringView mode of templatefalse
couldBeAccreditedBooleanTemplate can be accreditedfalse
sendActToSupervisorBooleanSend to supervisorfalse
sendActToDirectorBooleanSend to managerfalse
directorCommentNecessityBooleanManager's comment is requiredfalse
supervisorCommentNecessityBooleanSupervisor's comment is requiredfalse
resolvingIntervalStartTimeStart of fill interval false
resolvingIntervalEndTimeEnd of fill interval false
gradeProcessorStringGrade Calculation Enginefalse
accreditationLevelStringLevel of accreditationfalse
needReviewBooleanThe need for a reviewfalse
userLevelEnum of (COMPANY,DIVISION,REGION,SHOP)Level of Userfalse
reviewBusinessDirIdList of integersThe need for a reviewfalse
reviewerIdsList of integersThe need for a reviewfalse
questionsList of objectsThe need for a reviewfalse
groupIdsList of integersIdentifiers of groupsfalse
businessDirIdsList of integersBusiness directions Identifiersfalse
isLoadPhotoInCheckProhibitedBooleanProhibition of uploading photos in checklistfalse
isLoadPhotoInFixedProhibitedBooleanProhibition of uploading photos in correctionsfalse
sendMailToResolverBooleanSend mail to resolverfalse
sendPushToResolverBooleanSend push to resolverfalse
generationRuleObjectSelect period executed
See Generation rule object
false
typeStringType of taskfalse
Example:
[
{
"id": 629,
"name": "checklist 1",
"description": null,
"active": true,
"viewMode": "PROCESS",
"couldBeAccredited": false,
"sendActToSupervisor": false,
"sendActToDirector": false,
"directorCommentNecessity": true,
"supervisorCommentNecessity": true,
"supervisorCommentNecessityExtended": "NOT_REQUIRED",
"resolvingIntervalStart": null,
"resolvingIntervalEnd": null,
"showClusterDivisionDir": false,
"showCriticalAnswerCount": false,
"criticalWeightThreshold": 0,
"gradeProcessor": "simple",
"accreditationLevel": "category",
"needReview": false,
"reviewOverrideAllowed": false,
"userLevel": null,
"reviewBusinessDirId": null,
"reviewerIds": [],
"questions": [],
"groupIds": [],
"businessDirIds": [
1001,
1002,
1003,
1004,
1005,
1006,
1007
],
"isLoadPhotoInCheckProhibited": true,
"isLoadPhotoInFixedProhibited": true,
"sendMailToResolver": true,
"sendPushToResolver": true,
"naMode": "FORBIDDEN"
}
]