curl --location --request POST 'https://openapi.italent.cn/TenantBasePublicApiV2/v2/employee/businessmodified/timewindow/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"EmpStatus": [
1,
2,
3
], //待入职、试用、正式
"EmployType": [
1,
2
], //内部员工、实习生
"ServiceType": [
0
], //主职
"StartTime": "2021-02-01",
"StopTime": "2021-02-31",
"WithDisabled": false,
"WithDeleted": false,
"PageIndex": 1,
"PageSize": 300,
"Columns": [
"UserID",
"Name",
"Email",
"IDType",
"IDNumber",
"PObjectDataID",//员工信息主键GUID
"OIdDepartment",//部门OId
"OIdJobPosition",//职位OId
"BusinessTypeOID",//业务类型
"EmployeeStatus",//人员状态
"ApprovalStatus",
"StartDate",
"StopDate",
"IsCurrentRecord",
"IsLatestRecord"
]
}'