GET
/
teams
/
{team_id}
/
meters
/
{meter_id}
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/meters/{meter_id} \
  --header 'Authorization: Bearer <token>'

Request

team_id
integer
required

The id of the team

meter_id
integer
required

The 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?