{
"pageNumber": 0,
"pageSize": 0,
"employeeId": 0,
"employeeCode": "string",
"organizeId": 0,
"organizeCode": "string",
"storeId": 0,
"storeCode": "string",
"positionIds": [
0
],
"positionCodes": [
"string"
],
"roleIds": [
0
],
"roleCodes": [
"string"
],
"entryDateStart": "string",
"entryDateEnd": "string",
"workStatus": "string",
"categoryId": 0,
"planId": 0,
"joinDateStart": "string",
"joinDateEnd": "string"
}
curl --location -g --request POST '/{{route}}/train/open/emp/train/stat/list?version=1&version=' \
--header 'ent: {{ent}}' \
--header 'ent;' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 0,
"employeeId": 0,
"employeeCode": "string",
"organizeId": 0,
"organizeCode": "string",
"storeId": 0,
"storeCode": "string",
"positionIds": [
0
],
"positionCodes": [
"string"
],
"roleIds": [
0
],
"roleCodes": [
"string"
],
"entryDateStart": "string",
"entryDateEnd": "string",
"workStatus": "string",
"categoryId": 0,
"planId": 0,
"joinDateStart": "string",
"joinDateEnd": "string"
}'
{
"status": 0,
"message": "",
"data": {
"list": [
{
"employeeId": "",
"employeeName": "",
"employeeCode": "",
"positionName": "",
"roleNames": "",
"organizeList": [
{
"organizeId": 0,
"organizeName": "",
"organizeCode": ""
}
],
"storeList": [
{
"storeId": 0,
"storeName": "",
"storeCode": ""
}
],
"trainPlanNum": 0,
"trainMapNum": 0,
"courseNum": 0,
"examNum": 0,
"certNum": 0,
"invalidCertNum": 0,
"credit": "",
"creditLevel": "",
"studyTime": "",
"workStatus": "",
"entryDate": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}