{
"startDateTime": "",
"identifiers": [
"string"
],
"limit": 100,
"id": "",
"sort": "DESC",
"endDateTime": ""
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceProperty/get/device/properties/history' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDateTime": "",
"identifiers": [
"string"
],
"limit": 100,
"id": "",
"sort": "DESC",
"endDateTime": ""
}'
{
"data": {}
}