{
"parentId": "kFUE1BN-rgs",
"childName": "",
"pageNumber": 3,
"pageSize": 10
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/v2/device/getEndDeviceList' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": "kFUE1BN-rgs",
"childName": "",
"pageNumber": 3,
"pageSize": 10
}'
{
"code": 0,
"message": "操作成功",
"data": {
"totalCount": 0,
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"dataTopology": "NORMAL",
"productKey": "string",
"productName": "string",
"active": "false",
"registered": "false",
"lastActivityTime": 0,
"deviceNo": "string",
"deviceModelCode": "string",
"pmsId": "string",
"governUnitCode": "string",
"deviceManufacturerCode": "string",
"deviceManufacturerName": "string",
"deviceManufacturerSimpleName": "string",
"ip": "string",
"protocolType": "string",
"createTime": 0,
"isBind": true,
"bindTime": "string",
"serviceStatus": "ON",
"feature": "PhotoVoltaic",
"parentId": "string",
"parentName": "string",
"parentDesc": "string"
}
]
},
"success": "true"
}