{ "opencollection": "1.0.0", "info": { "name": "Navis N4 Terminal Operating System REST Gate Holds API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Holds", "type": "folder" }, "items": [ { "info": { "name": "List active holds on units", "type": "http" }, "http": { "method": "GET", "url": "https://{terminal}.navis.example.com/apex/n4/api/v2/holds", "params": [ { "name": "unitNbr", "value": "", "type": "query" }, { "name": "holdType", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve active holds (customs, line, port authority) on container units that prevent release or loading." } ] } ], "bundled": true }