{ "opencollection": "1.0.0", "info": { "name": "IFS Cloud ERP Finance Inventory API", "version": "22.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.ifs.cloud/oauth2/authorize", "accessTokenUrl": "https://login.ifs.cloud/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Inventory", "type": "folder" }, "items": [ { "info": { "name": "List parts from part catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.ifs.cloud/main/ifsapp/data/PART_CATALOG_API", "params": [ { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" } ] }, "docs": "Returns parts from the IFS part catalog with inventory balances and descriptions." } ] } ], "bundled": true }