查看工单请求
GET /apiv2/requests/{id}.json调用权限
end user
curl 示例
curl https://{subdomain}.kf5.com/apiv2/requests/{id}.json \
-v -u {email_address}/token:{api_token}返回示例
Status: 200 OK{
"request": {
"id": 33,
"status": "open",
"title": "here is a bug",
... }}