{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Financial Aid API", "version": "1.0.0" }, "items": [ { "info": { "name": "Financial Aid", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Financial Aid Awards", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/financial-aid/awards", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve financial aid award data." } ] } ], "bundled": true }