- 产品介绍
- 系统模块
- user
- role
- tenant
- post
- dict
- dept
- config
- api
- systemApi
- systemDepartment
- menu
- systemRole
- systemRoleApi
- systemRoleMenu
- admin
- notice
- /systemGET
- /system/serverGET
- 获取验证码GET
- 日志模块
- 代码生成
- 可视化
- 功能模块
- 模拟设备
- gb28181测试
- 设备管理
- 设备告警
- 设备命令
- 设备分组
- 产品OTA
- 产品管理
- 产品分类
- 产品参数模板
- 边缘管理
- 任务调度
- 任务日志
- 日志信息
- 规则链
- 规则链日志
- system
- 摄像头通道
- 摄像头
- 摄像头视频流
- datasetfield
- datasettable
- datasource
- screen
- datasetgroup
获取部门信息
GET
/system/dept/{deptId}
dept
请求参数
Path 参数
deptId
integer
部门Id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://101.35.247.125:7788/system/dept/'
返回响应
🟢200OK
application/json
Body
children
array[object (entity.SysDept) {15}]
必需
children
array[object (entity.SysDept) {15}]
必需
createBy
string
必需
createTime
string <date-time>
必需
deptId
integer <int64>
必需
deptName
string
必需
deptPath
string
必需
email
string
必需
leader
string
必需
parentId
integer <int64>
必需
phone
string
必需
sort
integer <int64>
必需
status
string
必需
tenantId
integer <int64>
必需
updateBy
string
必需
updateTime
string <date-time>
必需
createBy
string
必需
createTime
string <date-time>
必需
deptId
integer <int64>
必需
deptName
string
必需
deptPath
string
必需
email
string
必需
leader
string
必需
parentId
integer <int64>
必需
phone
string
必需
sort
integer <int64>
必需
status
string
必需
tenantId
integer <int64>
必需
updateBy
string
必需
updateTime
string <date-time>
必需
示例
{
"children": [
{}
],
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"deptId": 0,
"deptName": "string",
"deptPath": "string",
"email": "string",
"leader": "string",
"parentId": 0,
"phone": "string",
"sort": 0,
"status": "string",
"tenantId": 0,
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
🟠404Not Found