{
"mapId": 0,
"versionId": 0,
"issueStatDate": "string",
"issueEndDate": "string",
"employeeId": 0,
"employeeCode": "string",
"employeeName": "string",
"empMobile": "string",
"status": 0,
"roleId": 0,
"roleCode": "string",
"positionId": 0,
"positionCode": "string",
"organizeId": 0,
"organizeCode": "string",
"storeType": 0,
"storeId": 0,
"storeCode": "string",
"startStatDate": "string",
"startEndDate": "string",
"statusStatDate": "string",
"statusEndDate": "string",
"sortRule": 0,
"pageNumber": 0,
"pageSize": 0
}
curl --location -g --request POST '/{{route}}/train/open/learnStatisticsEmpOfMap?version=1&version=' \
--header 'ent: {{ent}}' \
--header 'ent;' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mapId": 0,
"versionId": 0,
"issueStatDate": "string",
"issueEndDate": "string",
"employeeId": 0,
"employeeCode": "string",
"employeeName": "string",
"empMobile": "string",
"status": 0,
"roleId": 0,
"roleCode": "string",
"positionId": 0,
"positionCode": "string",
"organizeId": 0,
"organizeCode": "string",
"storeType": 0,
"storeId": 0,
"storeCode": "string",
"startStatDate": "string",
"startEndDate": "string",
"statusStatDate": "string",
"statusEndDate": "string",
"sortRule": 0,
"pageNumber": 0,
"pageSize": 0
}'
{
"status": 0,
"message": "",
"data": {
"list": [
{
"employeeId": 0,
"employeeName": "",
"employeeCode": "",
"empMobile": "",
"roleNames": "",
"organizeList": [
{
"organizeId": 0,
"organizeName": "",
"organizeCode": ""
}
],
"storeList": [
{
"storeId": 0,
"storeName": "",
"storeCode": ""
}
],
"completionSchedule": "",
"status": 0,
"issueDate": "",
"startDate": "",
"statusDate": "",
"positionName": "",
"mainOrgName": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}