Meters
Get Meter
Returns the specified meter
GET
/
teams
/
{team_id}
/
meters
/
{meter_id}
Request
team_id
integer
requiredThe id of the team
meter_id
integer
requiredThe id of the meter
Response
id
integer
The identifier of the meter
type
string
The type of the meter
latest_data
MeterData
The latest data of the meter
created_at
string
The date the meter was created
updated_at
string
The date the meter was last updated
Was this page helpful?