{
"productKeys": [
"string"
],
"unPage": false,
"pageNumber": 1,
"sorting": "",
"sortingDirection": "",
"name": "",
"description": "string",
"pageSize": 10,
"groups": [
"string"
],
"ids": [
"string"
],
"isOnline": false,
"dataTopology": "",
"protocolType": "string"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/device/getDeviceList' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productKeys": [
"string"
],
"unPage": false,
"pageNumber": 1,
"sorting": "",
"sortingDirection": "",
"name": "",
"description": "string",
"pageSize": 10,
"groups": [
"string"
],
"ids": [
"string"
],
"isOnline": false,
"dataTopology": "",
"protocolType": "string"
}'
{
"totalCount": 0,
"items": [
{
"groupName": "",
"name": "",
"description": "",
"active": false,
"id": "",
"productKey": "",
"lastActivityTime": 0,
"productName": "",
"group": "",
"protocolType": "string"
}
]
}