故障类型的工单列表

GET /apiv2/tickets/problems.json
调用权限

agent

curl示例
curl https://{subdomain}.kf5.com/apiv2/tickets/problems.json \
  -v -u {email_address}:{password}
返回示例

Note: 默认按最后更新时间倒序排列

Status: 200 OK{
  "tickets": [
    {
      "id":          32,
      "subject":     "503 service",
      "status":      "open",
      ...    },
    {
      "id":          90,
      "subject":     "here is a bug",
      "status":      "pending",
      ...    },
  ]}