工单被关联的事务列表

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

agent

curl示例
curl https://{subdomain}.kf5.com/apiv2/tickets/{id}/incidents.json \
  -v -u {email_address}:{password}
返回示例
Status: 200 OK{
  "tickets": [
    {
      "id":          33,
      "subject":     "service 503",
      "status":      "open",
      ...    },
    {
      "id":          34,
      "subject":     "503 service",
      "status":      "pending",
      ...    },
  ]}