{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Maintenance Recommendations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Maintenance Recommendations", "type": "folder" }, "items": [ { "info": { "name": "Gets maintenance recommendations", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/maintenance-recommendations", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "aircraft_id", "value": "", "type": "query", "description": "aircraft id" }, { "name": "schedule_id", "value": "", "type": "query", "description": "schedule id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets maintenance recommendations" } ] } ], "bundled": true }