获取职位自定义列表
最后更新于 2023/09/07 阅读数 115
获取职位自定义列表
获取本公司所有职位自定义
Get Position Custom
Method:GET
Path:/positions/custom
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Response data
Key | Describe |
---|---|
id | 自定义字段id |
status | 状态 |
name | 名字 |
Response
{
"code": 0,
"message": "",
"data": [
{
"id": 47,
"status": "有效",
"name": "Corporate Functions & Other"
},
{
"id": 52,
"status": "有效",
"name": "Customer Support"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
评价这篇文档
有帮助
没帮助