{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Enrollment API", "version": "1.0.0" }, "items": [ { "info": { "name": "Enrollment", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Classes", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/enrollment/classes", "params": [ { "name": "term", "value": "example_value", "type": "query", "description": "Academic term" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve class schedule and enrollment data." } ] } ], "bundled": true }