GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
groups
/
{group_id}
/
meter-usage
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/groups/{group_id}/meter-usage \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

site_id
integer
required

The ID of the site.

group_id
string
required

The ID of the group.

Response

200 - application/json
Meter usage for the group

The response is of type object.

Was this page helpful?