Checklist templates
Get checklist templates#
- GET
- /template/getAll
Response
Returns a list of Checklist template objects
Examples
curl https://api.qvalon.com/v1/template/getAll \
--header 'Authorization: Bearer <your_token>'
200 OK
{
"content": [
[
{
"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"
}
]
]
}