{
"currentRoleId": 0,
"pageNumber": 0,
"pageSize": 0,
"search": "string",
"valid": 0,
"employeeId": 0,
"employeeCode": "string",
"joinDateStart": "string",
"joinDateEnd": "string"
}curl --location -g --request POST '/{{route}}/train/open/learnMap/employee/join?version=1&version=1' \
--header 'ent: {{ent}}' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentRoleId": 0,
"pageNumber": 0,
"pageSize": 0,
"search": "string",
"valid": 0,
"employeeId": 0,
"employeeCode": "string",
"joinDateStart": "string",
"joinDateEnd": "string"
}'{
"status": 0,
"message": "",
"data": {
"list": [
{
"mapId": 0,
"mapName": "",
"status": 0,
"completionSchedule": "",
"issueDate": "",
"startDate": "",
"finishDate": "",
"entryDate": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}