Skip to main content

Survey task report

This report provides the results of surveys and information about the tasks they are linked to


AttributeTypeDescriptionNullable
instanceIdStringIdentifier of the Instancefalse
executorNameStringName of the assigneefalse
authorNameStringName of the author of the taskfalse
templateNameBooleanName of the Templatefalse
taskNameStringTask titlefalse
divisionNameStringName of the Division the store is linked tofalse
regionNameStringName of the Region the store is linked tofalse
shopNameString Store ID together with its namefalse
shopSapStringUnique number of the storefalse
shopLocalityStringName of the storefalse
commentStringComment on the tasktrue
statusString enum (OPEN, IN_PROGRESS, CLOSED)Status of the Response the survey is linked tofalse
startDateUnix timestampStart date of the Taskfalse
closeDateUnix timestampClose date of the Responsefalse
deadlineDateUnix timestampDeadline of the Tasktrue
percentGradeIntegerGrade of the survey in percenttrue
maxGradeIntegerMaximum grade of the surveyfalse
withGradesBooleanReturns true if the survey is gradedfalse
questionWithAnswerDTOSList of objectsQuestions and answers in the surveyfalse
Example:
[
{
"instanceId": "9e1261a1-9437-4dc6-bdf3-daec41b21674",
"executorName": "Catherine White (Store Manager)",
"authorName": "API",
"templateName": "Cash Register Survey",
"taskName": "Monthly cash register survey",
"divisionName": "United States",
"regionName": "California",
"shopName": "9524 Springfield",
"shopSap": "9524",
"shopLocality": "9524 Springfield",
"comment": "",
"status": "CLOSED",
"startDate": 1686296680056,
"closeDate": 1686296820616,
"deadLineDate": 1688155200000,
"percentGrade": 0,
"maxGrade": 0,
"sumGrade": 0,
"withGrades": false,
"questionWithAnswerDTOS": [
{
"questionId": "ebdcb5d6-b5df-4c9d-971f-f75fa7d459a8",
"questionName": "Attach several photos of the cash register",
"answers": [
"/files/s1/qvalon/2023/6/9/test_image.jpg",
"/files/s1/qvalon/2023/6/9/test_image2.jpg"
],
"comment": ""
}
]
}
]