Voltus · Example Payload

Voltus Get Sites 200

EnergyUnited StatesElectricityDemand ResponseVirtual Power PlantDERGridEnergy MarketsFlexibilityEnergy StorageOpenADRTelemetry

Voltus Get Sites 200 is an example object payload from Voltus, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sitespageperPage

Example Payload

Raw ↑
{
  "sites": [
    { "name": "Site 1", "id": "asdf", "customer_location_id": "" },
    { "name": "Site 2", "id": "lkjh", "customer_location_id": "" }
  ],
  "page": 0,
  "perPage": 0
}