| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 154000 | Bad request, please check your request body | 请求不合法,请检查参数 |
| 403 | 154003 | Please check you have the correct access | 检查是否申请正确权限 |
| 500 | 155000 | Internal error | 内部错误,请联系我们 |
Authorization: Bearer ********************curl --location --request GET '/helpdesk/v1/agent_skill_rules' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"rules": [
{
"id": "test-skill-id",
"operator_options": [
3
],
"operand": {
"selected_departments": [
{
"id": "部门ID",
"name": "IT"
}
]
},
"category": 3,
"display_name": "中文知识库分类"
}
]
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群