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.

Path Params
integer
required
Query Params
integer
required
string
enum
required

ObjectType

Allowed:
integer
required
integer
required
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json