Authorization: ********************
{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"tenantId": "string",
"appId": "string",
"stationId": "string",
"alarmUid": "string",
"deviceId": "string",
"channalId": "string",
"name": "string",
"brand": "string",
"model": "string",
"description": "string",
"status": 0,
"online": 0,
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string"
}
curl --location --request POST '/management/camera/queryCameraDeviceByPage' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"tenantId": "string",
"appId": "string",
"stationId": "string",
"alarmUid": "string",
"deviceId": "string",
"channalId": "string",
"name": "string",
"brand": "string",
"model": "string",
"description": "string",
"status": 0,
"online": 0,
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string"
}'
{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"stationId": "",
"alarmUid": "",
"deviceId": "",
"channalId": "",
"onlineTime": "",
"offlineTime": "",
"name": "",
"brand": "",
"model": "",
"stationPointId": "",
"description": "",
"alertType": 0,
"status": 0,
"online": 0,
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"tenantId": "",
"appId": "",
"alertUserList": [
{
"id": 0,
"tenantId": "",
"appId": "",
"deviceId": 0,
"alertUserId": 0,
"alertType": 0,
"status": 0,
"userName": "",
"mobile": "",
"openId": "",
"email": ""
}
],
"alertUserNameList": [
""
],
"station": {
"id": 0,
"tenantId": "",
"appId": "",
"stationId": "",
"placeType": 0,
"stationType": 0,
"stationName": "",
"stationStatus": 0,
"provinceCode": "",
"cityCode": "",
"regionCode": "",
"streetCode": "",
"communityCode": "",
"provinceName": "",
"cityName": "",
"regionName": "",
"streetName": "",
"communityName": "",
"street": "",
"address": "",
"fullAddress": "",
"community": "",
"longitude": 0.0,
"latitude": 0.0,
"picUrl": "",
"installDate": "",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "",
"details": "",
"equipCount": 0,
"manageUnit": "",
"feeStrategyId": "",
"centralPlatformId": "",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"propertyPowerFee": 0.0,
"migrateStatus": 0,
"merchantId": ""
},
"offlineMinutes": 0
}
]
},
"stackTraceMsg": ""
}