查看社区话题

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

all users

curl 示例
curl https://{subdomain}.kf5.com/apiv2/topics.json \
  -v -u {email_address}:{password}
返回示例
Status: 200 OK{
  "topic": {
   	  "id":   421,
      "title": "提问帮助",
      ...   }}