Skip to main content

Checklist response

Checklist response object


AttributeTypeDescriptionNullable
idIntegerIdentifiers of checklistfalse
templateIdIntegerIdentifiers of checklist templatefalse
resolverIdIntegerIdentifiers of checklist resolverfalse
resolveDateTimestampDate of checklist resolvefalse
finishDateTimestampDate of checklist finishtrue
startDateTimestampChecklist start datefalse
shopLocalityStringName of the shoptrue
shopSapStringShop numbertrue
shopLatitudeDoubleShop latitudetrue
shopLongitudeDoubleShop longitudetrue
shopIdIntegerIdentifiers of shoptrue
templateNameStringTemplate namefalse
gradeFloatGrade of checklistfalse
newGradeFloatNew grade of checklistfalse
statusNameStringName of checklist statusfalse
resolverFioStringFull name of the resolverfalse
resolverRoleStringRole of the resolverfalse
commentStringView mode of templatefalse
lastModifiedAtTimestampChecklist last modified datefalse
templateCategoryIdIntegerIdentifier of checklist template categoryfalse
templateCategoryNameStringName of checklist template categoryfalse
incidentsAmountIntegerAmount of incidentsfalse
fixedIncidentsAmountIntegerThe need for a reviewfalse
inReviewBooleanChecklist in reviewfalse
reviewerIdIntegerIdentifiers of checklist reviewerfalse
countAnswerIsNoIntegerAmount of negative answersfalse
actualFinishDateTimestampChecklist finish datefalse
Example:
[
{
"id": 92803,
"templateId": 629,
"resolverId": 1602,
"resolveDate": 1654560000000,
"finishDate": null,
"shopLocality": "Some shop",
"shopSap": "111",
"shopLatitude": null,
"shopLongitude": null,
"shopId": 669,
"templateName": "Daily morning checklist",
"shopName": "Some shop",
"grade": 0,
"newGrade": null,
"statusName": "PLANNING",
"resolverFio": "John Terry",
"resolverRole": "Region manager",
"comment": null,
"lastModifiedAt": 1654585502,
"templateCategoryId": null,
"templateCategoryName": null,
"incidentsAmount": "",
"fixedIncidentsAmount": "",
"duration": "",
"type": "unplan",
"displayStatusName": "Planned",
"needReview": false,
"inReview": false,
"reviewerId": null,
"startDate": null,
"countAnswerIsNo": 0,
"countAnswerNoSave": 0,
"actualFinishDate": 1654560000000
}
]