{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts Barcodes API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Barcodes", "type": "folder" }, "items": [ { "info": { "name": "Get all items barcodes that has weight defined for scale locker. Filter is applied on Barcode, ItemCode and ItemName.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/Barcodes/item/scaleLocker", "params": [ { "name": "Filter", "value": "", "type": "query" }, { "name": "Page", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" }, { "name": "SortColumn", "value": "", "type": "query" }, { "name": "SortOrder", "value": "", "type": "query" }, { "name": "Account", "value": "", "type": "query", "description": "Account" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all items barcodes that has weight defined for scale locker. Filter is applied on Barcode, ItemCode and ItemName." } ] } ], "bundled": true }