文档回复列表
GET /apiv2/posts/{id}/comments.json调用权限
all users
curl 示例
curl https://{subdomain}.kf5.com/apiv2/posts/{id}/comments.json \
-v -u {email_address}/token:{api_token}请求参数
sort_order:按回复ID正序排列,可选值:asc 注:若不传此参数,则默认按回复ID倒序排列
返回示例
Status: 200 OK{
"comments": [
{
"id": 340,
"content": "this is content",
... },
{
"id": 345,
"content": "the other content",
... },
... ]}