查看指定工单回复

GET /apiv2/requests/{request_id}/comments/{id}.json
调用权限

end user

curl 示例
curl https://{subdomain}.kf5.com/apiv2/requests/{request_id}/comments/{id}.json \
  -v -u {email_address}/token:{api_token}
返回示例
Status: 200 OK{
  "comment":{
      "id": 43,
      "content": "Thanks for your help!",
      ...   }}