ITSM

运维管理系统


列表定义查询

列表定义查询
  • 查询当前人当前列表的自定义列和行高信息
请求URL
  • http://192.168.2.107:8080/ops/script/CustomColumn
请求方式
  • POST
参数示例
  {
    "list_id":"列表名称" ,
    "type":"query"
  }
参数
参数名 必选 类型 说明
list_id string 列表id
type String 固定值:query
返回示例
  {
    "errorCode": 0,
    "message": "success",
    "responseBody": {
        "result": {
            "update_time": "2021-12-21 14:21:11",
            "list_id": "列表名称",
            "user_id": "d22ae15a56394869924059a9d5867a29",
            "row_height": "null",
            "custom_column_json": [
                {
                    "xx": "xxx"
                }
            ],
            "uuid": "1fea3684-70f8-43a0-8815-e86f4b13fda2"
        }
    },
    "time": 1640068525765
}
返回参数说明
参数名 类型 说明
uuid String uuid
list_id String 列表id
row_height String 行高
custom_column_json Array 自定义列
user_id String 用户id
update_time String 修改时间
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML