技术支持

API - 工单列表

描述:工单列表

请求方式:GET

请求地址:/v1/tickets

版本:v1

内部API调用方法名:Ticket_getTickets

返回参数

参数类型验证规则最大长度描述示例
   total int - 数据条数 1
  _list array[] - 工单列表 [{"id":1,"uid":1,"department_id":1,"host_id":1,"name":"example","email":"example","title":"example","content":"example","status":"Active","priority":"high","admin":"example","department_name":"example","product_name":"example","create_time":1639979575,"update_time":1639979575,"last_reply_time":1639979575}]
         Lid int - 工单ID 1
         Luid int - 用户ID 1
         Ldepartment_id int - 部门ID 1
         Lhost_id int - 产品ID 1
         Lname string - 姓名 example
         Lemail string - 邮箱 example
         Ltitle string - 标题 example
         Lcontent string - 内容 example
         Lstatus string - 状态 Active
         Lpriority string - 优先级 high
         Ladmin string - 管理员 example
         Ldepartment_name string - 部门名称 example
         Lproduct_name string - 商品名称 example
         Lcreate_time int - 创建时间 1639979575
         Lupdate_time int - 更新时间 1639979575
         Llast_reply_time int - 最后回复时间 1639979575