{ "opencollection": "1.0.0", "info": { "name": "Navis N4 Terminal Operating System REST Gate API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Gate", "type": "folder" }, "items": [ { "info": { "name": "List gate transactions", "type": "http" }, "http": { "method": "GET", "url": "https://{terminal}.navis.example.com/apex/n4/api/v2/gate-transactions", "params": [ { "name": "transactionType", "value": "", "type": "query" }, { "name": "containerNbr", "value": "", "type": "query" }, { "name": "truckId", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve in-gate and out-gate transactions. Returns truck visits, container gate-ins, and gate-outs with timestamps and driver information." } ] } ], "bundled": true }