{
"aggregation": "MAX",
"startTime": 1718640000000,
"endTime": 1720419798000,
"interval": 600,
"id": "wszcZkkucih",
"identifiers": [
"inclination"
],
"sort": "ASC",
"timeStep": "FORWARD"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceProperty/get/device/properties/historyAgg' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggregation": "MAX",
"startTime": 1718640000000,
"endTime": 1720419798000,
"interval": 600,
"id": "wszcZkkucih",
"identifiers": [
"inclination"
],
"sort": "ASC",
"timeStep": "FORWARD"
}'
{
"id": "string",
"data": {}
}