ExportIntervalReadings
Monthly Interval Reading - which may have associated 30min Readings
Fields
The month with which the monthly interval reading is associated.
Estimated cost for amount of Electricity generated.
End of Interval Period.
Fetch Half Hourly Readings associated with this interval reading. Will return an empty list if has_half_hourly_data_for_period is False.
Tracks whether there are Half Hourly Readings associated with this Interval.
The interval period length, in days.
Date when the reading was taken.
Start of Interval Period.
Generated amount of Electricity during period, in kWh.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"billableMonth": "must-surface-law-how-full",
"costEstimate": "1.0",
"endAt": "1984-08-07T04:57:57.135533+00:00",
"halfHourlyReadings": [ElectricityHalfHourReading],
"hasHalfHourlyDataForPeriod": true,
"periodLengthDays": 4,
"readingDate": "2014-11-18",
"startAt": "2022-10-12T14:32:15.759602+00:00",
"value": "1.0"
}