{ "opencollection": "1.0.0", "info": { "name": "FleetMon API Reference Basic Vessel Data My Fleet Positions API", "version": "Version 2.4.2" }, "items": [ { "info": { "name": "My Fleet Positions", "type": "folder" }, "items": [ { "info": { "name": "Delivers your MyFleet.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/myfleet/", "params": [ { "name": "request_limit_info", "value": "", "type": "query", "description": "If `true` some extra attributes will be added to the response informing about usage and limits of this endpoint." } ] }, "docs": "Delivers your MyFleet." }, { "info": { "name": "Delivers a single vessel of your MyFleet.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/myfleet/:vessel_id", "params": [ { "name": "vessel_id", "value": "", "type": "path", "description": "FleetMon identifier for maritime objects like vessels" }, { "name": "request_limit_info", "value": "", "type": "query", "description": "If `true` some extra attributes will be added to the response informing about usage and limits of this endpoint." } ] }, "docs": "Delivers a single vessel of your MyFleet." } ] } ], "bundled": true }