ATS用户中心
所有文章
系统应用
升级公告
常见问题
公开课
校招专栏
内推和门店
数据平台
亮点功能
热门活动
基础操作视频
API文档
时间字段格式说明(Date)
API开发指南(Guide)
主动推送说明(Webhooks)
公共API
招聘官网API
企业信息API
门店API
组织架构API
职责API
用户API
招聘需求 API
候选人API
人才库API
职位API
面试API
Offer API
入职API
内推账户API
BI报表API
district code
错误码
获取猎头顾问
最后更新于 2024/04/03   阅读数 43

HTTP请求

GET https://api.mokahr.com/api-platform/v1/headhunters/getContacts

请求Query(JSON)

字段

必填

类型

描述

orgId

string

当前公司的orgId

headhunterCompanyId

string

猎头公司id

返回

返回body的JSON数据如下:

字段

类型

描述

code

number

返回码:非200代表错误

msg

number

报错信息

data

array(object)

data[].activated

number

猎头顾问状态
可选值:
0:否
1:是

data[].active

boolean

猎头顾问状态:是否激活

data[].headHunterId

number

猎头顾问id

data[].headHunterName

string

猎头顾问名称

data[].headHunterPhone

string

猎头顾问手机

data[].headHunterTelephone

string

猎头顾问固定电话

data[].telephonePrefixLocal

string

固定电话区号

data[].telephonePrefixInternational

string

固话国际号码

data[].headhunterEmail

string

猎头顾问邮箱

请求样例

$ curl https://api.mokahr.com/api-platform/v1/headhunters/getContacts?orgId=test&headhunterCompanyId=1
  -u 'your-api-key:'
  -X GET
1
2
3
plaintext

返回样例

{ "code": 200, "msg": "success", "data": [{ "activated": 1, "active": false, "headHunterId": 410022372, "headHunterName": "20210917163223", "headHunterPhone": "13111111111", "headHunterTelephone": "11111111", "telephonePrefixLocal": "010", "telephonePrefixInternational": "89", "headhunterEmail": "1631867543@qq.com" }] }
1
plaintext
未能解决您的问题?请联系
本篇目录

HTTP请求

请求Query(JSON)

返回

请求样例

返回样例