- 说明
- 获取token
- 获取token
- 设备树
- 设备类
- ai云端算法配置
- 云端系统算法集
- 算法数据统计
- 人员
- 部门
- 告警回调
- 录像管理
- 端侧算法
- 智慧云店
查询详情
GET
/openApi/device/system/algorithm/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/device/system/algorithm/detail/'
返回响应
🟢200成功
application/json
Body
success
boolean | null
可选
msg
string | null
可选
code
string | null
可选
model
object (OpenApiDeviceSystemAlgorithmDetailResp)
可选
id
string | null
主键
name
string | null
算法名称
step
integer | null
抽帧频率
timeInterval
integer | null
时间间隔
threshold
string | null
置信度
excludeAreas
string | null
反向区域
includeAreas
string | null
正向区域
remark
string | null
描述
stepRange
string | null
频率范围
minStep
integer | null
最小频率
maxStep
integer | null
最大频率
durationTime
integer | null
持续时长
dedInterval
integer | null
批次间隔单位秒
analysisCycle
integer | null
分析周期单位分钟
flowType
integer | null
可选
deliveryDriversStatus
integer | null
可选
colorCode
string | null
色彩
attributes
string | null
可选
示例
{
"success": false,
"msg": "",
"code": "",
"model": {
"id": "",
"name": "",
"step": 0,
"timeInterval": 0,
"threshold": "",
"excludeAreas": "",
"includeAreas": "",
"remark": "",
"stepRange": "",
"minStep": 0,
"maxStep": 0,
"durationTime": 0,
"dedInterval": 0,
"analysisCycle": 0,
"flowType": 0,
"deliveryDriversStatus": 0,
"colorCode": ""
},
"attributes": ""
}