- 说明
- 获取token
- 获取token
- 设备树
- 设备类
- ai云端算法配置
- 云端系统算法集
- 算法数据统计
- 人员
- 部门
- 告警回调
- 录像管理
- 端侧算法
- 智慧云店
查询部门详情
GET
/openApi/consumer/department/detail/{id}
请求参数
Path 参数
id
string
必需
示例代码
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://bcloud.jftechws.com/openApi/consumer/department/detail/'
返回响应
🟢200成功
application/json
Body
success
boolean | null
可选
msg
string | null
可选
code
string | null
可选
model
object (OpenApiDepartmentDetailResp)
可选
id
string | null
部门id
name
string | null
部门名称
pid
string | null
父部门id
attributes
string | null
可选
示例
{
"success": false,
"msg": "",
"code": "",
"model": {
"id": "",
"name": "",
"pid": ""
},
"attributes": ""
}