v1
latestOpenAPI 3.1.02026-07-24556488.2 KBSolar Farms
GET Farm Objects GeoJSON
Get Farm Objects from the specified solar farm. Response is in GeoJSON format. Pagination for this route uses page and limit query parameters. The page parameter is 0-indexed, meaning the first page is page 1. The limit parameter is the number of objects to return per page. The maximum limit is 500. In order to call all objects, the endpoint must be iterated over until it returns no results. The way this will work is calling the endpoint with page=0 and limit=500 will result in the first 500 objects or objects 0-499. The next call made using page=1 and limit=500 would return objects 500-999.
get/solar_farms/{solar_farm_id}/objects/geojson
Path parameters
solar_farm_idinteger required
Query parameters
org_idinteger required
object_type'row' | 'string' | 'module' | 'inverter' | 'combiner' | 'pyranometer' | 'point' required
ObjectType
pageinteger required
limitinteger required
Response
OK