{ "opencollection": "1.0.0", "info": { "name": "Propeller Public Organizations Sites API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "List sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations/:organization_id/sites", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Lists the sites (survey projects) within an organization." }, { "info": { "name": "Get a site", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations/:organization_id/sites/:site_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get a site" }, { "info": { "name": "Sample site elevation", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations/:organization_id/sites/:site_id/sample_elevation", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" }, { "name": "lat", "value": "", "type": "query" }, { "name": "lng", "value": "", "type": "query" } ] }, "docs": "Returns the ground elevation at a coordinate on the site's current surface model." } ] } ], "bundled": true }