- 摄像头管理
- 区域位置
- 摄像头管理
- AI配置
- 获取设备区域位置(下拉框)GET
- 复制到-查询所有在线设备列表信息(所有盒子)GET
- 复制到-复制配置信息到所选设备GET
- AI配置-左侧AI服务列表-查询设备对应的算法信息列表GET
- 摄像头管理-AI配置自定义-复制当前选中区域到别的算法POST
- 摄像头管理-区域位置-新增POST
- 摄像头管理-区域位置-修改PUT
- 摄像头管理-区域位置-查询区域分类树GET
- 摄像头管理-工具栏-区域调动POST
- 摄像头管理-摄像头列表-查询GET
- 摄像头管理-工具栏-查询所有的AI服务列表信息(下拉框)GET
- 批量删除摄像头设备DELETE
- AI配置-复制全部算法配置-查询区域设备算法分类树GET
- 摄像头管理-区域位置-删除DELETE
- 监控中心
- 盒子版本管理
- 盒子管理
- 系统管理
- 报警中心
- test
- 文件上传下载
- websocket服务
- TestController
- test1
- test2
- test3
- test4
- test5
- test5
- test6
- {"boxSerial":"IEC5816699E044549E1X","ip":"216.234.127.214","cidr":"192.168.20.12","gateway":"192.168.20.12","dns":"192.168.20.12","network":""}
- test8
- test9
- sendWebsocket
- boxper
- 测试批量查询ai配置
- checkDeviceAIConfigDetailJob
- checkBoxGlobalAIConfigDetail
- checkBoxFaceRecognition
- saveDeviceAreaAiConfigV2
- batchQueryDeviceAreaList
- batchQueryDeviceAreaInfoList
- checkBoxNetConfig
- 冲刺二
- BAiServiceCameraController
- 视频回流
- 上传重试
- 数据同 步
- 算法授权
- 在离线授权
- BoxGlobalAiServiceController
- 盒子AI服务配置
- AI服务
- 宝鸡泵业
- 摄像头设备操作
- 盒子操作类
- 导出准备
- 声光报警器相关接口
- 统计相关接口
- 处罚规则设置
- 处罚记录
- websocket推送TCP数据
- 未命名接口GET
分页查询
GET
http://192.168.16.10:31748/v1/mAlgorithmAlarm/page
最后修改时间:2024-04-02 07:47:15
责任人:未设置
请求参数
Query 参数
mDeviceId
integer
设备id(平台)
示例值:
0
mAlgorithmIdList
array[string]
可选
示例值:
0
mAreaIdList
array[string]
可选
示例值:
0
boxSerialList
array[string]
盒子序列号列表
areDeviceIdList
array[string]
可选
示例值:
0
boxDeviceIdList
array[string]
可选
startTime
string
开始时间
endTime
string
结束时间
auditType
integer
必需
current
integer
页码
示例值:
0
pageSize
integer
页面条数
示例值:
0
columns
string
可选
order
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 'http://192.168.16.10:31748/v1/mAlgorithmAlarm/page?mDeviceId=0&mAlgorithmIdList=0&mAreaIdList=0&boxSerialList=&areDeviceIdList=0&boxDeviceIdList=&startTime=&endTime=&auditType¤t=0&pageSize=0&columns=&order='
返回响应
🟢200成功
application/json
Body
message
string
提示信息
code
integer
必需
data
object
必需
records
array [object {19}]
必需
total
integer
必需
size
integer
必需
current
integer
必需
orders
array[string]
必需
optimizeCountSql
boolean
必需
searchCount
boolean
必需
maxLimit
null
必需
countId
null
必需
pages
integer
必需
示例
{
"message": "操作成功",
"code": 0,
"data": {
"records": [
{
"id": 1,
"alertId": "1",
"boxSerial": "23423",
"deviceId": 67,
"deviceName": "wd",
"positionId": null,
"positionName": "默认区域",
"alarmType": null,
"algorithmName": null,
"content": null,
"imageUrl": null,
"status": 0,
"createTime": "2023-09-22 00:10:38",
"updateTime": "2023-09-22 15:10:42",
"remark": null,
"malgorithmId": 1,
"mdeviceId": 1,
"mareaId": 1
},
{
"id": 2,
"alertId": "2",
"boxSerial": "23423",
"deviceId": 88,
"deviceName": "a",
"positionId": null,
"positionName": "默认区域",
"alarmType": null,
"algorithmName": null,
"content": null,
"imageUrl": null,
"status": 0,
"createTime": "2023-09-22 00:10:38",
"updateTime": "2023-09-22 15:10:42",
"remark": null,
"malgorithmId": 1,
"mdeviceId": 12,
"mareaId": 1
},
{
"id": 3,
"alertId": "3",
"boxSerial": "23423",
"deviceId": 67,
"deviceName": "wd",
"positionId": null,
"positionName": "默认区域",
"alarmType": null,
"algorithmName": null,
"content": null,
"imageUrl": null,
"status": 0,
"createTime": "2023-09-22 15:10:38",
"updateTime": "2023-09-22 15:10:42",
"remark": null,
"malgorithmId": 2,
"mdeviceId": 1,
"mareaId": 1
}
],
"total": 3,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 1
}
}