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 all groups
Get all groups
GET
/
api
/
v3
/
sites
/
{site_uuid}
/
groups
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/groups \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 1,
"site_id": 8,
"group_id": null,
"meter_id": null,
"total_amps": 18,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
},
{
"id": 2,
"site_id": 9,
"group_id": null,
"meter_id": null,
"total_amps": 26,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
]
}
Authorizations
See the documentation for more information.
Path Parameters
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 \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 1,
"site_id": 8,
"group_id": null,
"meter_id": null,
"total_amps": 18,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
},
{
"id": 2,
"site_id": 9,
"group_id": null,
"meter_id": null,
"total_amps": 26,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
]
}