技术支持

API - 工单提交页面

描述:工单提交页面

请求方式:GET

请求地址:/v1/tickets/page

版本:v1

内部API调用方法名:Ticket_getOpenTicketPage

返回参数

参数类型验证规则最大长度描述示例
  _host array[] - 产品 [{"id":1,"product_name":"example","name":"example","status":"Active","ip":"192.168.1.1"}]
         Lid int - 产品ID 1
         Lproduct_name string - 商品名称 example
         Lname string - 名称 example
         Lstatus string - 状态:Pending待开通,Active已激活,Suspended暂停 Active
         Lip string - IP 192.168.1.1
   priority array[] - 优先度:low低,medium中,high高 ["low","medium","high"]
  _department array[] - 部门 [{"id":1,"name":"example","custom_fields":[{"id":1,"name":"example","type":"dropdown","description":"example","options":["a","b","c"],"regexpr":"example","required":1}]
         Lid int - ID 1
         Lname string - 名称 example
   L_custom_fields array[] - 自定义字段 [{"id":1,"name":"example","type":"dropdown","description":"example","options":["a","b","c"],"regexpr":"example","required":1}]
            Lid int - ID 1
            Lname string - 名称 example
            Ltype string - 类型:dropdown下拉框,password密码,text文本框,tickbox选项框,textarea文本域 dropdown
            Ldescription string - 描述 example
            Loptions array[] - 选项,用于type为dropdown的自定义字段 ["a","b","c"]
            Lregexpr string - 正则验证 example
            Lrequired int - 必填:0否1是 1