分页查询列表Dashboard
开发中GET
/api/v1/vis/plugin/dashboard请求参数
Query 参数
page
string
页码
page_size
string
条数
relation_id
string
关联id
id
string
id
share_id
string
分享id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
list
array [object {9}]
必需
total
integer
必需
示例
{
"code": 200,
"message": "Get product list successfully",
"data": {
"list": [
{
"id": "af173a15-ea80-e367-f117-4bb4f662c35b",
"relation_id": "38",
"json_data": "{}",
"dashboard_name": "们存那根性",
"create_at": "2024-06-02T16:12:35.50648Z",
"sort": 12,
"remark": "laboris irure cupidatat commodo et",
"tenant_id": "f2c67e1a",
"share_id": null
}
],
"total": 1
}
}
最后修改时间: 8 个月前