{
"month": "string",
"employeeId": 0,
"employeeCode": "string",
"positionId": 0,
"positionCode": "string",
"roleId": 0,
"roleCode": "string",
"workStatus": "string",
"organizeId": 0,
"organizeCode": "string",
"franchiseeType": "string",
"storeId": 0,
"storeCode": "string",
"pageNumber": 0,
"pageSize": 0
}curl --location -g --request POST '/{{route}}/train/open/emp/learnDuration?version=1&version=1' \
--header 'ent;' \
--header 'ent: chayu' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "string",
"employeeId": 0,
"employeeCode": "string",
"positionId": 0,
"positionCode": "string",
"roleId": 0,
"roleCode": "string",
"workStatus": "string",
"organizeId": 0,
"organizeCode": "string",
"franchiseeType": "string",
"storeId": 0,
"storeCode": "string",
"pageNumber": 0,
"pageSize": 0
}'{
"status": 0,
"message": "",
"data": {
"list": [
{
"employeeId": 0,
"employeeName": "",
"employeeCode": "",
"durationSeconds": 0,
"durationText": "",
"workStatus": "",
"entryDate": "",
"positionName": "",
"roleName": "",
"organizeList": [
{
"organizeId": 0,
"organizeName": "",
"organizeCode": ""
}
],
"storeList": [
{
"storeId": 0,
"storeName": "",
"storeCode": ""
}
]
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}