Datapoints
Get MeterValues
Returns the meter values of the charger based on the parameters
GET
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
metervalues
This route is subject to rate limiting, allowing for a maximum of 10 requests per 60 seconds. We welcome your feedback on this rate limit, and encourage you to get in touch with us should you have any comments or suggestions.
Request
team_id
integer
requiredThe id of the team
charger_id
integer
requiredThe id of the charger
Response
data
MeterValue[]
Array of meter values
Was this page helpful?