curl --location --request GET 'http://127.0.0.1/device/types?page=&size=&tenant='
{
"_embedded": {
"current": 0,
"pages": 0,
"records": [
{
"calculateUnit": "千瓦",
"createBy": "string",
"createTime": "string",
"dataType": "bool",
"formula": "AVG()",
"icon": "string",
"id": "string",
"kpiCode": "string",
"kpiName": "string",
"kpiType": 0,
"kpiTypeName": "string",
"tenant": 123,
"updateBy": "string",
"updateTime": "string"
}
],
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}