curl --location --request GET 'https://meterapi.glowmarkt.com/api/v0-1/head-end/asset/mac/AB1234567890/readings?start=2024-12-01T00:00:00.000Z&stop=2024-12-31T23:59:59.000Z&period=30m&function=max&field=TOTAL_ACTIVE_ENERGY&siteId=9012226000051&serial=0000000034400325&accountNo=111' \
--header 'Authorization: Bearer **************'{
"query": {
"start": "2024-12-01T00:00:00.000Z",
"stop": "2024-12-31T23:59:59.000Z",
"every": "30m",
"function": "mean",
"field": [
"TOTAL_ACTIVE_ENERGY"
]
},
"readings": [
{
"field": "TOTAL_ACTIVE_ENERGY",
"data": [
{
"timestamp": "2024-12-01T00:30:00Z",
"value": 2165.7130126953125,
"accountNo": null,
"siteId": "9012226016344",
"serial": null
},
{
"timestamp": "2024-12-31T23:59:59Z",
"value": null,
"accountNo": null,
"siteId": "9012226016344",
"serial": null
}
]
}
]
}