{
"startTime": 1723219200,
"reportType": "day",
"endTime": 1724083200
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/controlPolicy/getControlReports' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": 1723219200,
"reportType": "day",
"endTime": 1724083200
}'
{
"code": 0,
"message": "string",
"data": {
"reportType": "string",
"runningStat": {
"offGridTotal": "string",
"mergeGridTotal": "string",
"list": [
{
"time": "string",
"offGrid": "string",
"mergeGrid": "string"
}
]
},
"invokeResult": {
"total": 0,
"success": 0,
"fail": 0,
"list": [
{
"time": "string",
"success": 0,
"fail": 0
}
]
},
"invokeLog": [
{
"sence": "string",
"target": "string",
"unit": "string",
"time": "string",
"devices": [
{
"time": "string",
"deviceName": "string",
"target": "string",
"unit": "string",
"success": true
}
]
}
]
},
"success": true
}