- 公共功能
- 登录注册
- 工作区
- 邀请成员
- 通讯录(用户、部门、角色)
- 应用包
- 应用分组
- 应用
- 工作台
- 应用设置(表单引擎,流程引擎,拓展设置,应用发布)
- 应用展现层
- 公式
- 个人中心
- 企业管理
- 开放平台
- 官方网站
- 子管理员
- 报表
- 门户
- 购买相关
- OCR
- 代码生成
- 数据导入
- 流程测试
- 考勤
- 农业大屏
- 应用模板商城
- 应用包上线配置
- study
- 站内信
- sand测试流程测试模板
- 测试接口
- 响水大屏
- tplus
- 协办
- 费用管控
- 首页相关内容
- pm
- 水产养殖
- 应用商城
- 联系我们
- 图零后台管理
- 知识库
- doris相关
- Ai后台管理
- CRM二
- 自建应用设置
- EHR二期
- APP应用测试
- 未命名接口GET
- 数据上报GET
首页-获取常用应用
开发中
GET
/dashboard/commonly
暂无描述
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
Authorization
string
-
示例值:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDI0NDQ1OTQsImlhdCI6MTY3MDkwODU5NCwibG9naW5TdGF0aW9uSWQiOiIxIiwibG9naW5Vc2VySWQiOjF9.ccAc6_xcMSo0jk97vEwIQwE6D8HhBzlTPl0DmSybzc8
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tolink.cloud/dashboard/commonly' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDI0NDQ1OTQsImlhdCI6MTY3MDkwODU5NCwibG9naW5TdGF0aW9uSWQiOiIxIiwibG9naW5Vc2VySWQiOjF9.ccAc6_xcMSo0jk97vEwIQwE6D8HhBzlTPl0DmSybzc8'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
array [object {9}]
必需
background
string
必需
customize
boolean
必需
customizePath
string
必需
gatherId
integer
必需
icon
string
必需
iconType
integer
必需
id
integer
必需
isDash
boolean
必需
name
string
必需
msg
string
必需
示例
{
"code": 0,
"data": [
{
"background": "#F8B997",
"customize": true,
"customizePath": "/oa/manage/liushui",
"gatherId": 15,
"icon": "tolink-chart-square-bar",
"iconType": 1,
"id": 950,
"isDash": false,
"name": "请假加班流水"
},
{
"background": "#F8DE97",
"customize": true,
"customizePath": "/oa/manage/jiaban",
"gatherId": 15,
"icon": "tolink-clipboard-list",
"iconType": 1,
"id": 744,
"isDash": false,
"name": "加班单"
},
{
"background": "#AEAFE8",
"customize": true,
"customizePath": "/oa/manage/qingjia",
"gatherId": 15,
"icon": "tolink-clipboard-list",
"iconType": 1,
"id": 724,
"isDash": false,
"name": "请假单"
},
{
"background": "#F5BFD5",
"customize": false,
"customizePath": "",
"gatherId": 15,
"icon": "tolink-library",
"iconType": 1,
"id": 760,
"isDash": false,
"name": "差旅报销"
},
{
"background": "#AEAFE8",
"customize": false,
"customizePath": "",
"gatherId": 15,
"icon": "tolink-currency-dollar",
"iconType": 1,
"id": 649,
"isDash": false,
"name": "费用报销"
},
{
"background": "#DED9D9",
"customize": false,
"customizePath": "",
"gatherId": 15,
"icon": "tolink-currency-dollar",
"iconType": 1,
"id": 650,
"isDash": false,
"name": "付款单"
},
{
"background": "#BDB4FA",
"customize": false,
"customizePath": "",
"gatherId": 28,
"icon": "tolink-calendar",
"iconType": 1,
"id": 872,
"isDash": false,
"name": "商品采购"
},
{
"background": "#A9E2FC",
"customize": false,
"customizePath": "",
"gatherId": 15,
"icon": "tolink-sparkles",
"iconType": 1,
"id": 285,
"isDash": false,
"name": "用章申请"
}
],
"msg": "success"
}
🟢200错误
修改于 2023-06-08 08:07:05