所有文章
系统应用
升级公告
常见问题
公开课
校招专栏
内推和门店
数据平台
亮点功能
热门活动
基础操作视频
获取企业职位级别
最后更新于 2024/04/03 阅读数 18
HTTP请求
GET https://api.mokahr.com/api-platform/v1/job_ranks
请求参数
无
返回
返回body的JSON数据如下:
字段 | 类型 | 描述 |
---|---|---|
id | integer | 职级的id |
name | string | 名称 |
type | string | 设置的类型 |
level | integer | 设置的级别 |
comment | string | 备注 |
请求样例
$ curl https://api.mokahr.com/api-platform/v1/job_ranks \
-u 'your-api_key:' \
-X GET
1
2
3
plaintext2
3
返回样例
[ { "id": 1, "name": "新人", "type": "p5", "level": 1, "comment": "1111" }, { "id": 2, "name": "中坚", "type": null, "level": 2, "comment": null }, { "id": 3, "name": "总裁", "type": null, "level": 3, "comment": null } ]
1
plaintext评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服