查看文档分区
GET /apiv2/categories/{id}.json调用权限
all users
curl 示例
curl https://{subdomain}.kf5.com/apiv2/categories.json \
  -v -u {email_address}:{password}返回示例
Status: 200 OK{
  "category": {
      "id":   104,
      "title": "流程指引",
      ...   }}