curl --location --request POST 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Employee/GetEmployeeOfOrganization' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgOId": 4745255,
"includeSubOrg": false,
"queryDate": "2021-06-29",
"isWithDisable": false,
"empStatus": null,
"employType": [
0
],
"serviceType": [
0
],
"isGetLatestRecord": true,
"withDisabled": false,
"scrollId": "",
"capacity": 2,
"sort": {
"Name": 1
},
"extQueries": [//自定义字段查询条件
{
"fieldName": "extExtQueryFloat_127666_832132060",
"queryType": 5,//等于
"values": [
"1"
]
},
{
"fieldName": "extExtQueryText_127666_1870946722",
"queryType": 6,//不等于
"values": [
"文本1"
]
},
{
"fieldName": "extExtQueryInt_127666_637453549",
"queryType": 7,//区间
"values": [
"1",
"1000"
],
"includeLowerValue": true,//包含最小值
"includeUpperValue": false//不包含最大值
}
],
"isWithDeleted": false,
"columns": null,
"enableTranslate": true
}'{
"scrollId": "string",
"isLastData": true,
"total": 0,
"data": [
{
"employeeInfo": {
"userID": 0,
"name": "string",
"_Name": "string",
"gender": 0,
"email": "string",
"iDType": "string",
"iDNumber": "string",
"birthday": "2019-08-24T14:15:22.123Z",
"workDate": "2019-08-24T14:15:22.123Z",
"homeAddress": "string",
"mobilePhone": "string",
"weiXin": "string",
"iDPhoto": "string",
"personalHomepage": "string",
"speciality": "string",
"major": "string",
"postalCode": "string",
"passportNumber": "string",
"constellation": "string",
"bloodType": "string",
"residenceAddress": "string",
"joinPartyDate": "2019-08-24T14:15:22.123Z",
"domicileType": 0,
"emergencyContact": "string",
"emergencyContactRelationship": "string",
"emergencyContactPhone": "string",
"qQ": "string",
"aboutMe": "string",
"homePhone": "string",
"graduateDate": "2019-08-24T14:15:22.123Z",
"marryCategory": "string",
"politicalStatus": "string",
"nationality": 0,
"nation": "string",
"birthplace": "string",
"registAddress": "string",
"educationLevel": "string",
"lastSchool": "string",
"engName": "string",
"officeTel": "string",
"businessAddress": "string",
"backupMail": "string",
"applicantId": 0,
"age": 0,
"businessModifiedBy": 0,
"businessModifiedTime": "2019-08-24T14:15:22.123Z",
"sourceType": 0,
"objectId": "string",
"customProperties": {
"property1": {},
"property2": {}
},
"translateProperties": {
"property1": "string",
"property2": "string"
},
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22.123Z",
"modifiedBy": 0,
"modifiedTime": "2019-08-24T14:15:22.123Z",
"stdIsDeleted": true
},
"recordInfo": {
"userID": 0,
"pObjectDataID": "string",
"oIdDepartment": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"stopDate": "2019-08-24T14:15:22.123Z",
"jobNumber": "string",
"entryDate": "2019-08-24T14:15:22.123Z",
"lastWorkDate": "2019-08-24T14:15:22.123Z",
"regularizationDate": "2019-08-24T14:15:22.123Z",
"probation": 0,
"order": 0,
"employType": 0,
"serviceType": 0,
"serviceStatus": 0,
"approvalStatus": 0,
"employmentSource": "string",
"employmentForm": "string",
"isCharge": "string",
"oIdJobPost": "string",
"oIdJobSequence": "string",
"oIdJobPosition": "string",
"oIdJobLevel": "string",
"oidJobGrade": "string",
"place": "string",
"employeeStatus": "string",
"employmentType": "string",
"employmentChangeID": "string",
"changedStatus": "string",
"pOIdEmpAdmin": 0,
"pOIdEmpReserve2": 0,
"businessTypeOID": "string",
"changeTypeOID": "string",
"workYearBefore": 0,
"workYearGroupBefore": 0,
"workYearCompanyBefore": 0,
"workYearTotal": 0,
"workYearGroupTotal": 0,
"workYearCompanyTotal": 0,
"oIdOrganization": 0,
"whereabouts": "string",
"blackStaffDesc": "string",
"blackListAddReason": "string",
"transitionTypeOID": "string",
"changeReason": "string",
"probationResult": "string",
"probationActualStopDate": "2019-08-24T14:15:22.123Z",
"probationStartDate": "2019-08-24T14:15:22.123Z",
"probationStopDate": "2019-08-24T14:15:22.123Z",
"isHaveProbation": "string",
"remarks": "string",
"addOrNotBlackList": true,
"businessModifiedBy": 0,
"businessModifiedTime": "2019-08-24T14:15:22.123Z",
"objectId": "string",
"customProperties": {
"property1": {},
"property2": {}
},
"translateProperties": {
"property1": "string",
"property2": "string"
},
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22.123Z",
"modifiedBy": 0,
"modifiedTime": "2019-08-24T14:15:22.123Z",
"stdIsDeleted": true
}
}
],
"code": "string",
"message": "string"
}