GET Solar Farm Data
GET {{url}}/v2/solar_farms?org_id={{org_id}}&limit=25&offset=0
This V2 API contains some bug fixes that differentiate from the v1 /solar_farms call.
V2 will return a consistent payload
V2 will also respect pagination limits and offsets
Finally, the optional farm_name search param works so it's possible to pull back farm data based on name and not just ID.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
org_id | string | ||
limit | number | ||
offset | number |