Skip to main content

Checklist

Checklist object


AttributeTypeDescriptionNullable
idIntegerIdentifiers of checklistfalse
templateIdIntegerIdentifiers of checklist templatefalse
resolverIdIntegerIdentifiers of checklist resolverfalse
resolveDateTimestampDate of checklist resolvefalse
finishDateTimestampDate of checklist finishtrue
shopLocalityStringName of the shoptrue
shopSapStringShop numbertrue
shopLatitudeDoubleShop latitudetrue
shopLongitudeDoubleShop longitudetrue
shopIdIntegerIdentifiers of shoptrue
templateNameStringTemplate namefalse
gradeStringGrade 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
displayStatusNameStringChecklist display namefalse
needReviewBooleanThe need for a reviewfalse
inReviewBooleanChecklist in reviewfalse
reviewerIdIntegerIdentifiers of checklist reviewerfalse
startDateTimestampChecklist start datefalse
countAnswerIsNoIntegerAmount of negative answersfalse
actualFinishDateTimestampChecklist finish datefalse
Example:
[
{
"id": 92801,
"templateId": 622,
"resolverId": 1602,
"resolveDate": 1654560000000,
"finishDate": null,
"shopLocality": "Football shop",
"shopSap": "111",
"shopLatitude": null,
"shopLongitude": null,
"shopId": 669,
"templateName": "Goods",
"shopName": "Football shop",
"grade": 0,
"newGrade": null,
"statusName": "PLANNING",
"resolverFio": "Reece James",
"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
}
]