查看指定文档回复
GET /apiv2/posts/{post_id}/comments/{id}.json调用权限
all users
curl 示例
curl https://{subdomain}.kf5.com/apiv2/posts/{post_id}/comments/{id}.json \
-v -u {email_address}/token:{api_token}返回示例
Status: 200 OK{
"comment":{
"id": 340,
"content": "the api test content",
... }}