{ "opencollection": "1.0.0", "info": { "name": "Propeller Public Organizations Position Monitoring API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Position Monitoring", "type": "folder" }, "items": [ { "info": { "name": "List position monitoring configs", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/position_monitoring_configs" }, "docs": "Lists DirtMate devices configured as position monitors." }, { "info": { "name": "Get a position monitoring config", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/position_monitoring_configs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a position monitoring config" }, { "info": { "name": "List position monitoring epochs", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/position_monitoring_epochs", "params": [ { "name": "position_monitoring_config_id", "value": "", "type": "query", "description": "Filter epochs to a single monitoring config / DirtMate." } ] }, "docs": "Lists the position measurements (epochs) recorded by position-monitoring DirtMates." }, { "info": { "name": "Get a position monitoring epoch", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/position_monitoring_epochs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a position monitoring epoch" } ] } ], "bundled": true }