{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Sales API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sales", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Opportunities", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/sales/opportunities", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve sales opportunities." } ] } ], "bundled": true }