{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Students API", "version": "1.0.0" }, "items": [ { "info": { "name": "Students", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Students", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/students", "params": [ { "name": "term", "value": "example_value", "type": "query", "description": "Academic term filter" }, { "name": "program", "value": "example_value", "type": "query", "description": "Academic program filter" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve student records." }, { "info": { "name": "PeopleSoft Get Student", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/students/:studentId", "params": [ { "name": "studentId", "value": "PS123456", "type": "path", "description": "The student identifier" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details for a specific student." } ] } ], "bundled": true }