"=":相等 "!=":不相等 ">":大于">=":大于等于"<":小于"<=":小于等于 "like":模糊查询
{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"projectID": "string",
"areaIDs": [
"string"
],
"parentAreaID": "string",
"isRetTopLevel": true,
"tenantCode": "string",
"deviceCount": {
"cmpTYpe": "string",
"value": "string"
},
"groupCount": {
"cmpTYpe": "string",
"value": "string"
}
}
curl --location --request POST '/api/v1/system/area/info/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"projectID": "string",
"areaIDs": [
"string"
],
"parentAreaID": "string",
"isRetTopLevel": true,
"tenantCode": "string",
"deviceCount": {
"cmpTYpe": "string",
"value": "string"
},
"groupCount": {
"cmpTYpe": "string",
"value": "string"
}
}'
{
"code": "200",
"msg": "string",
"data": {
"page": 0,
"pageSize": 0,
"total": 0,
"list": [
{
"createdTime": "string",
"projectID": "string",
"areaID": "string",
"parentAreaID": "string",
"areaName": "string",
"position": {
"longitude": 180,
"latitude": 90
},
"desc": "string",
"tags": {},
"lowerLevelCount": 0,
"deviceCount": 0,
"groupCount": 0,
"useBy": "string",
"isLeaf": 0,
"isSysCreated": 0,
"areaIDPath": "string",
"areaNamePath": "string",
"areaImg": "string",
"isUpdateAreaImg": true,
"configFile": "string",
"isUpdateConfigFile": true,
"children": [
{}
]
}
]
}
}