获取指定查看分类里的工单

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

agent

curl 示例
curl https://{subdomain}.kf5.com/apiv2/views/{id}/tickets.json \
  -v -u {email}:{password}
返回示例
Status: 200 OK{
  "tickets": [
    {
      "id":      35436,
      "title": "Help I need somebody!",
      ...    },
    {
      "id":      20057623,
      "title": "Not just anybody!",
      ...    }
  ]}