Integration Documentation

Number of APIs: 28

🚀 Getting started with this collection

This collection corresponds to our public documentation, found here. Please copy this collection to your local Workspace, and populate the 'Basic' environment to set environment variables. The proper URLs are in this environment, it's up to the user to add the clientid and clientsecret according to the documentation. Data extraction methods have been included in the tests section of each request. These populate the environment with important pieces of data like the farm ID or UUID.

🛟 Help and support

If you have any questions or suggestions, please don't hesitate to contact support@raptormaps.com

  1. Solar Farm API - GET Solar Farm Data GET {{url}}/solar_farms?org_id={{org_id}}

  2. Solar Farm API - GET Solar Farm by ID GET {{url}}/solar_farms/{{farm_id}}?org_id={{org_id}}

  3. Solar Farm API - GET Farm Summary GET {{url}}/solar_farms/{{farm_id}}/summary?org_id={{org_id}}

  4. Solar Farm API - GET Geojson Objects GET {{url}}/solar_farms/{{farm_id}}/objects/geojson?org_id={{org_id}}&object_type=row&offset=0&limit=20

  5. Solar Farm API - GET Solar Farm Row Children GET {{url}}/solar_farms/{{farm_id}}/geospatial_rows/{{row_id}}/child_geojson?org_id={{org_id}}

  6. Solar Farm API - GET Solar Farm String GET {{url}}/solar_farms/{{farm_id}}/strings/{{string_id}}/child_geojson?org_id={{org_id}}

  7. Solar Farm API - GET module by ID GET {{url}}/solar_farms/{{farm_id}}/modules/{{module_id}}?org_id={{org_id}}

  8. Solar Farm API - GET PPA Rate Data GET {{url}}/solar_farms/{{farm_id}}/ppa?org_id={{org_id}}

  9. Solar Farm API - PUT Update PPA Rate Data PUT {{url}}/solar_farms/{{farm_id}}/ppa?org_id={{org_id}}

  10. Solar Farm API - PUT Update Inspection PPA Rate Data PUT {{url}}/solar_farms/{{farm_id}}/solar_inspections/ppa?org_id={{org_id}}