{ "opencollection": "1.0.0", "info": { "name": "Propeller Public Organizations Shapes API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shapes", "type": "folder" }, "items": [ { "info": { "name": "List shapes", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations/:organization_id/sites/:site_id/workspaces/:workspace_id/shapes", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" }, { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Lists the user-defined shapes (polygons, lines, points) in a workspace." }, { "info": { "name": "Get a shape", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations/:organization_id/sites/:site_id/workspaces/:workspace_id/shapes/:shape_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" }, { "name": "workspace_id", "value": "", "type": "path" }, { "name": "shape_id", "value": "", "type": "path" } ] }, "docs": "Get a shape" } ] } ], "bundled": true }