文档
测试

获取分页组件定义

POST
/manage/getChartComponentDefPager

接口描述

组件定义分页查询

请求头

参数名
类型
描述
必填
Authorization
String
用户token
必填
Content-type
String
application/json
必填

请求参数

参数名
类型
描述
必填
pager
Object
必填
current
Integer
当前页码
必填
size
Integer
分页大小
必填
params
Object
必填
id
Integer
组件定义ID
必填
name
String
组件定义名称
必填
status
String
组件定义状态
必填
type
String
组件定义类型
必填
tag
String
组件定义标签
必填
remark
String
组件定义备注
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态值(200成功,其他均为失败)
必填
error
String
失败原因
必填
payload
Object
必填
pager
必填
current
Integer
当前页码
必填
size
Integer
分页大小
必填
records
List<Object>
必填
id
Integer
组件定义ID
必填
name
String
组件定义名称
必填
parentId
Integer
父级ID
必填
config
String
组件定义配置参数
必填
status
String
0禁用 1正常
必填
icon
String
图标
必填
type
String
NODE:子类 COMPONENT:具体组件
必填
remark
String
备注
必填
tag
String
标签
必填
defaultData
String
默认静态数据
必填
createTime
String
创建时间
必填
updateTime
String
更新时间
必填
message
String
必填