获取企业租户下的长招、热招职位广告
GET
/RecruitV6/api/v1/JobAd/GetJobAdListByRecruitType
错误码示例
错误码:417,错误信息:业务逻辑错误,解决方式:根据message中的提示修改相关传入数据
错误码:500,错误信息:系 统异常,解决方式:请联系北森技术人员
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/JobAd/GetJobAdListByRecruitType' \
--header 'Content-Type: application/json' \
--data-raw 'GET /RecruitV6/api/v1/JobAd/GetJobAdListByRecruitType?isShot=true'
响应示例响应示例
{
"data": [
{
"jobAdId": "string",
"orgId": 0,
"jobId": "string",
"channelId": "string",
"salary": "string",
"createdTime": "2019-08-24T14:15:22Z",
"modifiedTime": "2019-08-24T14:15:22Z",
"postDate": "2019-08-24T14:15:22Z",
"jobAdName": "string",
"headCount": 0,
"kind": "string",
"category": "string",
"jobCategory": "string",
"locId": "string",
"detailAddress": "string",
"salaryType": 0,
"minSalary": 0,
"maxSalary": 0,
"yearsOfWorking": "string",
"degree": "string",
"duty": "string",
"require": "string",
"endTime": "2019-08-24T14:15:22Z",
"status": 0,
"channel4IsLong": true,
"channel4IsHot": true,
"innerChannelClassificationOne": "string",
"innerChannelClassificationTwo": "string",
"innerChannelClassificationThree": "string",
"email": "string",
"channel4HasReward": true,
"channel16RewardText": "string",
"channel16RewardValue": "string",
"innerChannelIsTop": true,
"channel4SequenceNumber": "string",
"channel4RewardDescription": "string",
"channel4InMicroRecommendReward": "string",
"channel4ExMicroRecommendReward": "string",
"channel4HideRewardForInStaff": true,
"channel4HideRewardForExStaff": true,
"channel4Category": "string",
"termValidity": "string",
"workTime": [
"string"
],
"insurance": [
"string"
],
"welfare": [
"string"
],
"customProperties": {
"property1": {},
"property2": {}
}
}
],
"code": 0,
"message": "string"
}
请求参数
Query 参数
ishot
可选
islong
可选
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:26