{
"pageNumber": 0,
"pageSize": 0,
"startDate": "string",
"endDate": "string",
"storeId": 0,
"storeCode": "string",
"lastModifiedStarDate": "string",
"lastModifiedEndDate": "string"
}curl --location -g --request POST '/{{route}}/ri/open/flyReport/list?version=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 0,
"startDate": "string",
"endDate": "string",
"storeId": 0,
"storeCode": "string",
"lastModifiedStarDate": "string",
"lastModifiedEndDate": "string"
}'{
"totalRow": 0,
"pageNumber": 0,
"data": [
{
"isPassString": "string",
"franchiseeName": "string",
"creatorName": "string",
"templateId": 0,
"signId": 0,
"disItems": 0,
"score": "string",
"times": "string",
"nameLink": "string",
"reportDate": "string",
"isCorrected": true,
"signOutTime": "string",
"realCorrected": null,
"storeType": "string",
"isExpiredCorrect": true,
"totalItems": 0,
"creatorRole": "string",
"reportId": 0,
"fullName": "string",
"isRefuse": true,
"signInTime": "string",
"templateName": "string",
"shouldCorrected": "string",
"changeStatus": "string",
"isPass": true,
"storeCode": "string",
"employeeCode": "string",
"riTime": "string",
"normalItemFailCount": 0,
"redLineItemFailCount": 0,
"rejectionItemFailCount": 0,
"deductionItemFailCount": 0,
"lastModified": "string"
}
],
"totalPage": 0,
"isLastPage": true,
"pageSize": 0,
"isFirstPage": true,
"status": 0
}