SupplyPointType
Represents a SupplyPoint.
Fields
Get list of devices under a supply point.
The external identifier of the supply point.
The ID of the supply point.
The latest supply periods for the supply point.
The market this supply point belongs to.
Data related to the meter point.
The supply point's property.
Get readings from a readable device e.g., a supply point, device, or register.
Arguments
The exclusive end of the time period as an isoformatted string.
Get readings of only this type.
The inclusive start of the time period as an isoformatted string.
Time buckets to group readings into.
The timezone in which to return readings.
Optional filter to return readings only for specific list of units or unit (e.g., KILOWATT_HOURS, METERS_CUBED, LITER, etc.).
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
{
"devices": DevicesConnection,
"externalIdentifier": "14262747",
"id": "52422019",
"lastSupplyPeriod": SupplyPeriodType,
"marketName": "start-perhaps-public-need-want",
"meterPoint": MeterPointInterface,
"property": PropertyType,
"readings": Readings
}