根据条件获取渠道列表
POST
/RecruitV6/api/v1/Channel/GetChannelList
错误码示例
错误码:417,错误信息:业务逻辑错误,解决方式:根据message中的提示修改相关传入数据
错误码 :500,错误信息:系统异常,解决方式:请联系北森技术人员
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Channel/GetChannelList' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelName": "智联招聘",
"channelType": 1,
"channelSourceState": 1,
"isSystem": 1,
"channelId": 2,
"batchId": ""
}'
响应示例响应示例
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
{
"channelGuid": "string",
"channelName": "string",
"channelId": 0,
"channelType": "string",
"channelKind": "string",
"channelSourceState": "string",
"isSystem": "string",
"orgnization": "string"
}
]
},
"code": 0,
"message": "string"
}
请求参数
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:25