{
"searchName": "string",
"organizeCode": 0,
"creatorCode": "string",
"ifCorrected": "string",
"itemSource": "string",
"pageNumber": 0,
"pageSize": 0,
"startDate": "string",
"endDate": "string",
"modifyStartDate": "string",
"modifyEndDate": "string"
}curl --location -g --request POST '/{{route}}/ri/open/item/list?version=1' \
--header 'token;' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchName": "string",
"organizeCode": 0,
"creatorCode": "string",
"ifCorrected": "string",
"itemSource": "string",
"pageNumber": 0,
"pageSize": 0,
"startDate": "string",
"endDate": "string",
"modifyStartDate": "string",
"modifyEndDate": "string"
}'{
"totalRow": 0,
"pageNumber": 0,
"data": [
{
"employeeName": "string",
"ifCorrected": "string",
"reportId": 0,
"franchiseeName": "string",
"fullName": "string",
"description": "string",
"source": "string",
"correctedStatus": "string",
"nameLink": "string",
"createTime": "string",
"disqualifiedId": 0,
"shouldCorrected": "string",
"storeCode": "string",
"inspectionPointsStr": "string",
"examiner": "string",
"examineTime": "string",
"ifQualified": "string",
"realCorrected": "string",
"realCorrectedTime": "string",
"inspectionPoints": [
{
"pointName": "string",
"pointTypes": "string",
"pointScore": "string"
}
],
"contentTitle": "string",
"storeId": "string",
"markNames": "string",
"itemId": "string",
"correctDays": "string",
"modifiedTime": "string"
}
],
"totalPage": 0,
"isLastPage": true,
"pageSize": 0,
"isFirstPage": true,
"status": 0
}