- 说明
- 获取token
- 获取token
- 设备树
- 设备类
- ai云端算法配置
- 云端系统算法集
- 算法数据统计
- 人员
- 部门
- 告警回调
- 录像管理
- 端侧算法
- 智慧云店
分页查询
POST
/openApi/device/ai/open/task/config/pageQuery
请求参数
Body 参数application/json
pageSize
integer | null
可选
pageNo
integer | null
可选
totalCount
integer | null
可选
totalPage
integer | null
可选
datas
array[object (OpenApiAiOpenTaskConfigPageQueryReq) {4}] | null
可选
algorithmId
string | null
算法id
deviceId
string | null
设备id
openStatus
integer | null
可选
status
integer | null
可选
extraData
object (Object)
可选
param
object (OpenApiAiOpenTaskConfigPageQueryReq)
可选
algorithmId
string | null
算法id
deviceId
string | null
设备id
openStatus
integer | null
可选
status
integer | null
可选
sort
object (Object)
可选
hasNext
boolean | null
可选
示例
{
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"algorithmId": "string",
"deviceId": "string",
"openStatus": 0,
"status": 0
}
],
"extraData": {},
"param": {
"algorithmId": "string",
"deviceId": "string",
"openStatus": 0,
"status": 0
},
"sort": {},
"hasNext": true
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://bcloud.jftechws.com/openApi/device/ai/open/task/config/pageQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"algorithmId": "string",
"deviceId": "string",
"openStatus": 0,
"status": 0
}
],
"extraData": {},
"param": {
"algorithmId": "string",
"deviceId": "string",
"openStatus": 0,
"status": 0
},
"sort": {},
"hasNext": true
}'
返回响应
🟢200成功
application/json
Body
success
boolean | null
可选
msg
string | null
可选
code
string | null
可选
model
object (PageDTO«OpenApiAiOpenTaskConfigPageResp»)
可选
pageSize
integer | null
可选
pageNo
integer | null
可选
totalCount
integer | null
可选
totalPage
integer | null
可选
datas
array[object (OpenApiAiOpenTaskConfigPageResp) {53}] | null
可选
extraData
object (Object)
可选
param
object (OpenApiAiOpenTaskConfigPageResp)
可选
sort
object (Object)
可选
hasNext
boolean | null
可选
attributes
string | null
可选
示例
{
"success": false,
"msg": "",
"code": "",
"model": {
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"id": "",
"deviceId": "",
"algorithmId": "",
"algorithmName": "",
"openStatus": 0,
"status": 0,
"deviceName": "",
"maxCount": 0,
"useCount": 0,
"aiBind": 0,
"step": 0,
"timeInterval": 0,
"threshold": "",
"alarmStatus": 0,
"gatherStatus": 0,
"stepRange": "",
"durationTime": 0,
"visibleRange": "",
"bindStatus": 0,
"visibleRangeBeans": [
{
"name": "",
"id": 0,
"type": 0
}
],
"minStep": 0,
"maxStep": 0,
"remark": 0,
"includeAreas": "",
"deviceStatus": 0,
"dealType": 0,
"companyOpenSwitch": 0,
"extra": "",
"dedInterval": 0,
"analysisCycle": 0,
"taskTime": "",
"outputUrl": "",
"outputExpireTime": "",
"outputData": "",
"configStatus": 0,
"mosaic": "",
"paramShowSwitch": 0,
"sceneShowSwitch": 0,
"datasetShowSwitch": 0,
"gmtCreated": "",
"brainPowerAdjustSwitch": 0,
"addStep": 0,
"noAlarmAdjustCount": 0,
"adjustMaxStep": 0,
"alarmTacticsType": 0,
"defaultImage": "",
"appDefaultImage": "",
"datasetLabel": "",
"preciseFlow": "",
"specialParam": "",
"flowType": 0,
"deliveryDriversStatus": 0,
"colorCode": ""
}
],
"extraData": {},
"param": {
"id": "",
"deviceId": "",
"algorithmId": "",
"algorithmName": "",
"openStatus": 0,
"status": 0,
"deviceName": "",
"maxCount": 0,
"useCount": 0,
"aiBind": 0,
"step": 0,
"timeInterval": 0,
"threshold": "",
"alarmStatus": 0,
"gatherStatus": 0,
"stepRange": "",
"durationTime": 0,
"visibleRange": "",
"bindStatus": 0,
"visibleRangeBeans": [
{
"name": "",
"id": 0,
"type": 0
}
],
"minStep": 0,
"maxStep": 0,
"remark": 0,
"includeAreas": "",
"deviceStatus": 0,
"dealType": 0,
"companyOpenSwitch": 0,
"extra": "",
"dedInterval": 0,
"analysisCycle": 0,
"taskTime": "",
"outputUrl": "",
"outputExpireTime": "",
"outputData": "",
"configStatus": 0,
"mosaic": "",
"paramShowSwitch": 0,
"sceneShowSwitch": 0,
"datasetShowSwitch": 0,
"gmtCreated": "",
"brainPowerAdjustSwitch": 0,
"addStep": 0,
"noAlarmAdjustCount": 0,
"adjustMaxStep": 0,
"alarmTacticsType": 0,
"defaultImage": "",
"appDefaultImage": "",
"datasetLabel": "",
"preciseFlow": "",
"specialParam": "",
"flowType": 0,
"deliveryDriversStatus": 0,
"colorCode": ""
},
"sort": {},
"hasNext": false
},
"attributes": ""
}