{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custNum": "string",
"status": 0,
"custAddressCode": "string",
"projectIds": [
0
],
"zoneIds": [
0
]
}
curl --location --request POST '/bigscreen/crms/device/customerDevicePageList' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custNum": "string",
"status": 0,
"custAddressCode": "string",
"projectIds": [
0
],
"zoneIds": [
0
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"totalPage": 0,
"currPage": 0,
"list": [
{
"id": 0,
"custNum": "",
"custIdentity": "",
"custName": "",
"custMobile": "",
"custSex": 0,
"custAge": 0,
"custAddressCode": "",
"custAddressCodeName": "",
"warningFlag": false,
"serviceAddressLocationX": "",
"serviceAddressLocationY": "",
"disabilityLevel": "",
"disabilityLevelStr": "",
"alarmTotal": 0,
"lastAlarm": {
"warningId": 0,
"warningName": "",
"warningTime": "",
"custName": "",
"deviceCode": "",
"deviceType": ""
},
"alarmList": [
{
"warningId": 0,
"warningName": "",
"warningTime": "",
"custName": "",
"deviceCode": "",
"deviceType": ""
}
],
"bedStatusStr": "",
"tenantId": "",
"deviceList": [
{
"deviceNo": "",
"deviceType": "",
"deviceName": "",
"productId": 0,
"warningFlag": false,
"offlineFlag": false,
"heart": 0,
"breath": 0,
"installTime": ""
}
]
}
]
}
}