列表定义查询
请求URL
http://192.168.2.107:8080/ops/script/CustomColumn
请求方式
参数示例
{
"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 |
修改时间 |
备注