{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Approvals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Approvals", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Pending Approvals", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/approvals", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of pending approval requests for the current user." }, { "info": { "name": "PeopleSoft Process Approval", "type": "http" }, "http": { "method": "PUT", "url": "https://{hostname}:{port}/psft/asf/v1/approvals/:approvalId", "params": [ { "name": "approvalId", "value": "PS123456", "type": "path", "description": "The approval request identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Approve, deny, or push back an approval request." } ] } ], "bundled": true }