{
"et": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"frequency": 0,
"optimize": true,
"page": 0,
"pageSize": 0,
"pointMap": [
[
0
]
],
"resCode": "string",
"st": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"type": "string"
}
curl --location --request POST 'http://192.168.11.46:13000/data/inquire/latest' \
--header 'Content-Type: application/json' \
--data-raw '{
"et": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"frequency": 0,
"optimize": true,
"page": 0,
"pageSize": 0,
"pointMap": [
[
0
]
],
"resCode": "string",
"st": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"type": "string"
}'
{
"code": 0,
"data": {
"data": [
{
"property1": {},
"property2": {}
}
],
"heads": [
{
"children": [
{}
],
"label": "string",
"prop": "string"
}
]
},
"msg": "string",
"total": 0
}