获取猎头顾问
最后更新于 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 | 返回码:非 |
msg | number | 报错信息 |
data | array(object) | |
data[].activated | number | 猎头顾问状态 |
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
plaintext2
3
返回样例
{ "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评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服