{
"countTypes": [
"string"
],
"rangeType": 0,
"rangeIDs": [
"string"
]
}curl --location --request POST '/api/v1/things/device/info/count?startTime=&endTime=' \
--header 'iThings-token: {{iThings-token}}' \
--header 'iThings-project-id: 1786838173980422144' \
--header 'iThings-app-code: {{iThings-app-code}}' \
--header 'iThings-user-role: 1' \
--header 'Accept-Language: en' \
--header 'iThings-tenant-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"countTypes": [
"string"
],
"rangeType": 0,
"rangeIDs": [
"string"
]
}'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"rangeID": "1",
"count": {
"offline": 2,
"online": 0,
"total": 2,
"typeDevice": 2,
"typeGateWay": 0,
"typeSubSet": 0,
"typeUnknown": 0
}
}
]
}
}
扫码加入 iThings微信交流群

扫码加入交流群