{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions Payment Elections API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payment Elections", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll List Worker Payment Elections", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/workers/:workerId/paymentElections", "params": [ { "name": "workerId", "value": "w_100542", "type": "path", "description": "Unique identifier for the worker" } ] }, "docs": "Retrieve payment election details for a worker, including direct deposit accounts, distribution amounts, and payment preferences." } ] } ], "bundled": true }