{ "opencollection": "1.0.0", "info": { "name": "FleetMon API Reference Basic Vessel Data Zone Call API", "version": "Version 2.4.2" }, "items": [ { "info": { "name": "Zone Call", "type": "folder" }, "items": [ { "info": { "name": "Delivers a list of call items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/zone/calls/", "params": [ { "name": "closed", "value": "", "type": "query", "description": "Include closed zone calls" }, { "name": "collect_time", "value": "", "type": "query", "description": "Collect subsequent calls into one, when `departure` - `arrival` < `collect_time`" }, { "name": "duration_min", "value": "", "type": "query", "description": "Minimun duration of call, Shorter calls will be discarded" }, { "name": "from", "value": "", "type": "query", "description": "Start of requested time interval (default: `until` - 1d)" }, { "name": "open", "value": "", "type": "query", "description": "Include open zone calls" }, { "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." }, { "name": "until", "value": "", "type": "query", "description": "End of requested time interval (default: now)" }, { "name": "zone_id", "value": "", "type": "query", "description": "ID of zone to get calls for" } ] }, "docs": "Delivers a list of call items for your zones. Each call contains zone information, vessel information, entered event and left event.\r\nThe events contain latitude, longitude, draft, destination and ETA at the time of entry/leaving.\r\nIt is possible to specify the time frame and whether to include closed and/or open calls." }, { "info": { "name": "Delivers a list of call items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/zone/calls/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "ID of zone to get calls for" }, { "name": "closed", "value": "", "type": "query", "description": "Include closed zone calls" }, { "name": "collect_time", "value": "", "type": "query", "description": "Collect subsequent calls into one, when `departure` - `arrival` < `collect_time`" }, { "name": "duration_min", "value": "", "type": "query", "description": "Minimun duration of call, Shorter calls will be discarded" }, { "name": "from", "value": "", "type": "query", "description": "Start of requested time interval (default: `until` - 1d)" }, { "name": "open", "value": "", "type": "query", "description": "Include open zone calls" }, { "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." }, { "name": "until", "value": "", "type": "query", "description": "End of requested time interval (default: now)" }, { "name": "zone_id", "value": "", "type": "query", "description": "ID of zone to get calls for" } ] }, "docs": "Delivers a list of call items for one of your zones. Each call contains zone information, basic vessel information, entered event and left event.\r\nThe events contain latitude, longitude, draft, destination and ETA at the time of entry/leaving.\r\nIt is possible to specify the time frame and whether to include closed and/or open calls." } ] } ], "bundled": true }