{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin Handling Units API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Handling Units", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/handling-units/{handlingUnit}/latest-result", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/handling-units/:handlingUnit/latest-result", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "handlingUnit", "value": "", "type": "path" } ] } } ] } ], "bundled": true }