GET
/
api
/
v2
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
metervalues
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/metervalues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "date_from": "2025-05-14 14:45:26",
  "date_to": "2025-05-14 14:45:26",
  "context": "Other",
  "measurand": "Voltage",
  "phase": "L1",
  "location": "Inlet",
  "unit": "VA",
  "limit": 1,
  "order_by": "asc"
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
string
required

The ID of the team.

charger_id
string
required

The ID of the charger.

Body

application/json

Response

200
application/json

List of metervalues

The response is of type object.