Skip to main content
GET
Get Group Meter
Returns the meter readings for the specified group. Returns a 404 error if no meter is attached to the group.
site
string
required
The UUID of the location.
siteGroup
integer
required
The ID of the group.

Response

uuid
string
The unique UUID of the meter.
id
integer
The numeric ID of the meter.
type
string
The meter type.
latest_data
object
The latest real-time meter readings.
power
object
Calculated power information for the meter. May be null when no reading is available, or a string message when power information cannot be retrieved for the meter.
created_at
string
ISO 8601 timestamp of when the meter was created.
updated_at
string
ISO 8601 timestamp of when the meter was last updated.