Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Get meter usage for a group
Get meter usage for a group
GET
/
api
/
v3
/
sites
/
{site_uuid}
/
groups
/
{siteGroup_id}
/
meter
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/groups/{siteGroup_id}/meter \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"type": "ct_meter",
"latest_data": {
"l1": 0,
"l2": 0,
"l3": 0,
"updated_at": "-"
},
"power": "Unable to retrieve power information for this meter.",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/groups/{siteGroup_id}/meter \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"type": "ct_meter",
"latest_data": {
"l1": 0,
"l2": 0,
"l3": 0,
"updated_at": "-"
},
"power": "Unable to retrieve power information for this meter.",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}