内部文档分区列表
GET /apiv2/categories.json
调用权限
agent
curl 示例
curl https://{subdomain}.kf5.com/apiv2/internal_knowledge_categories \ -u {email_address}:{password}
返回示例
Status: 200 OK{ "categories": [ { "name": "test", "id": 1002114, "count": 5, "total_count": 7, "parent_id": 0 }, { "name": "ttt", "id": 1002340, "count": 1, "total_count": 2, "parent_id": 1002114 }, ]}