获取客服技能列表
GET
https://open.feishu.cn/open-apis/helpdesk/v1/agent_skill_rules
错误码
HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
400 | 154000 | Bad request, please check your request body | 请求不合法,请检查参数 |
403 | 154003 | Please check you have the correct access | 检查是否申请正确权限 |
500 | 155000 | Internal error | 内部错误,请联系我们 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.feishu.cn/open-apis/helpdesk/v1/agent_skill_rules' \
--header 'Authorization;'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"rules": [
{
"id": "test-skill-id",
"operator_options": [
3
],
"operand": {
"selected_departments": [
{
"id": "部门ID",
"name": "IT"
}
]
},
"category": 3,
"display_name": "中文知识库分类"
}
]
}
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer {{access_token}}
Content-Type
string
必需
默认值:
application/json; charset=utf-8
返回响应
修改于 2023-02-02 05:58:50