PropertyInterface
Implemented by
Fields
The address of the property, formatted into a single string.
Ancestor properties in the specified hierarchy, ordered from root to immediate parent. Returns empty list if the property is not in the hierarchy.
Coordinates for the property, useful for displaying the property on a map.
Descendant properties in the specified hierarchy. Returns empty list if the property is not in the hierarchy.
The embedded network this property belongs to, if any.
An optional label for the property.
Measurements at a property
Arguments
Defaults to the far future which will return the most recent readings.
Latest date to return measurements for (inclusive).
Defaults to the far past which will return the oldest readings.
Earliest date to return measurements from.
Timezone to use for grouping. Defaults to Kraken localtime.
Filters for each utility being measured.
Time periods during which the property is associated with an account. Useful to display information about house-moves, as performing a move out of a property will set the end date for the occupancy period.
The parent property in the specified hierarchy. Returns null if the property has no parent or is not in the hierarchy.
Arguments
The name of the hierarchy to query within.
Property rich address.
List of address lines.
Example
{
"address": "choose-interview-walk-rest-site",
"ancestors": PropertyConnection,
"coordinates": CoordinatesType,
"descendants": PropertyConnection,
"embeddedNetwork": EmbeddedNetworkType,
"id": "76441242",
"label": "race-response-girl-middle-close",
"measurements": MeasurementConnection,
"occupancyPeriods": [OccupancyPeriodType],
"parent": PropertyInterface,
"richAddress": PropertyRichAddressType,
"splitAddress": "role-American-wonder-space-pick"
}