{
"pageNumber": 0,
"pageSize": 0,
"employeeId": 0,
"employeeCode": "string",
"joinDateStart": "string",
"joinDateEnd": "string"
}
curl --location -g --request POST '/{{route}}/train/open/plan/employee/join?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",
"joinDateStart": "string",
"joinDateEnd": "string"
}'
{
"status": 0,
"message": "",
"data": {
"list": [
{
"planId": 0,
"planName": "",
"status": "",
"completionProgress": "",
"trainingTime": "",
"completionTime": "",
"entryDate": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}