Hi
I tryed to make some requests with postman. The response does not contains expected data. For example the request to widgets/TankSummary returns:
{
"success": true,
"records": {
"data": {
"hasOldData": false,
"secondsAgo": {
"value": 0,
"valueFormattedWithUnit": "0s"
}
},
"meta": {
"328": {
"code": "tc",
"description": "Tank capacity",
"formatValueOnly": "%.3F",
"formatWithUnit": "%.3F M3",
"axisGroup": null
},
....
I also tryed other requests. But the data always only contains the hasOldData and secondsAgo. Whats going wrong here?
Thank you.