根据用户唯一标示返回该用户创建的工单列表
GET /apiv2/users/ticketsByIndication.json?query={query}
Note:query为查询参数,邮箱或者手机号
调用权限
agent
curl 示例
curl https://{subdomain}.kf5.com/apiv2/users/ticketsByIndication.json?query=17878141687 \ -v -u {email_address}:{password}
返回示例
Status: 200 OK { "tickets": [ { "id": 1, "title": "您好,您有一个工单需要处理", ... }, { "id": 2, "title": "您好,您还有一个工单需要处理", ... } ] }