{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Benefits API", "version": "1.0.0" }, "items": [ { "info": { "name": "Benefits", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Benefit Enrollments", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/benefits/enrollments", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve benefit enrollment records." } ] } ], "bundled": true }