JSON格式

NameTypeComment
idinteger查看分类id,由系统自动分配
urlstring资源url
titlestring查看分类名称
activeboolean查看分类是否启用
ticket_countinteger包含的工单的数量,用GET方式传递fields=show_tickets_num显示该参数
created_atdate查看分类创建时间
slas_idinteger若是slas查看分类,此字段会带有值

JSON 示例

{
  "view": {
    "id": 25,
    "title": "Recent updated",
    "active": true,
    "ticket_count":435,
    "sla_id": 23842
  }}