查看文档分类

GET /apiv2/forums/{id}.json
调用权限

all users

curl 示例
curl https://{subdomain}.kf5.com/apiv2/forums.json \
  -v -u {email_address}:{password}
返回示例
Status: 200 OK{
  "forum": {
   	  "id":   421,
      "title": "建议提交",
      ...   }}