{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Notifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Notifications", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/notifications", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of notifications for the current user." }, { "info": { "name": "PeopleSoft Send Notification", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}:{port}/psft/asf/v1/notifications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Send a notification via email, text, or in-app channels." } ] } ], "bundled": true }