curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Job/GetJobList' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 3,
"orgId": 0,
"kind": 2,
"category": 2,
"startTime": "2021-03-11T16:51:24",
"endTime": "2021-03-16T17:51:24",
"batchId": ""
}'
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
{
"isDeleted": 0,
"jobId": "string",
"jobCode": 0,
"modifiedDate": "2019-08-24T14:15:22Z",
"createDate": "2019-08-24T14:15:22Z",
"jobTitle": "string",
"headCount": 0,
"jobType": [
"string"
],
"orgId": 0,
"kind": 0,
"category": 0,
"locId": [
"string"
],
"salaryRange": 0,
"salaryType": 0,
"minSalary": 0,
"maxSalary": 0,
"detailedAddress": "string",
"workExperience": "string",
"educationInfo": "string",
"duty": "string",
"require": "string",
"hrDutyUser": 0,
"busiDutyUser": 0,
"shareUserIds": [
0
],
"processId": null,
"applyFormId": null,
"wechatApplyFormId": null,
"emailIds": [
"string"
],
"interviewEvaluationGuids": [
"string"
],
"requireKind": 0,
"availableDate": "2019-08-24T14:15:22Z",
"status": 0,
"createBy": 0,
"modifyBy": 0,
"openWechatApplyForm": true,
"job_Officers": [
0
],
"inMicroRecommendRuleId": null,
"exMicroRecommendRuleId": null,
"jobApprovalStatus": 0,
"inviteUpdateResumeTemplateGuid": null,
"recruitmentStandard": null,
"customProperties": {
"property1": {},
"property2": {}
}
}
]
},
"code": 0,
"message": "string"
}