亮色模式
获取页面列表
POST
/public-api/page/list请求参数
Body 参数application/json
token
string
应用Token
在观远平台管理员设置-系统集成-统一账户集成中获得
示例
{
"token": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result
string
请求状态
枚举值: ok、fail
response
array [object {11}]
响应结果
pgId
string
页面ID
name
string
页面名
domId
string
域ID
uId
string
页面创建者
pgType
string
类型
页面类型:"OVERVIEW"(概览)、"PAGE"(普通页面)、 "LARGE_SCREEN"(数据大屏)
description
string
描述
parentDirId
string
父目录ID
ctime
string
创建时间
settings
object
配置
isDel
boolean
是否删除
meta
object
元数据
示例
{
"result": "ok",
"response": [
{
"pgId": "q1b39f790e98f43b8bdcb1a3",
"domId": "testing",
"name": "概览",
"uId": "m5b7407230a3a4fda87b8f6b",
"pgType": "OVERVIEW",
"description": "",
"parentDirId": "a8ee6f4f1e4f3499c9091147",
"ctime": "2019-08-08 15:54:20+0800",
"settings": {
"authorized": true,
"authorizedOnPC": true,
"authorizedOnMobile": false,
"inheritAuth": true,
"descriptionVisible": false
},
"isDel": false,
"meta": {
"authorized": true,
"authorizedOnPC": true,
"authorizedOnMobile": false,
"inheritAuth": true,
"descriptionVisible": false
}
},
{
"pgId": "l7da70c5be8c3405b863476c",
"domId": "testing",
"name": "概览",
"uId": "n130a3d9278784b4d90baae9",
"pgType": "OVERVIEW",
"description": "",
"parentDirId": "a8ee6f4f1e4f3499c9091147",
"ctime": "2019-08-08 16:11:01+0800",
"settings": {
"authorized": true,
"authorizedOnPC": true,
"authorizedOnMobile": false,
"inheritAuth": true,
"descriptionVisible": false
},
"isDel": false,
"meta": {
"authorized": true,
"authorizedOnPC": true,
"authorizedOnMobile": false,
"inheritAuth": true,
"descriptionVisible": false
}
}
]
}
最后修改时间: 1 个月前