{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deductions", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll List Worker Deductions", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/workers/:workerId/deductions", "params": [ { "name": "workerId", "value": "w_100542", "type": "path", "description": "Unique identifier for the worker (Workday ID)" }, { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve all deductions for a specific worker, including benefits, retirement contributions, garnishments, and voluntary deductions." }, { "info": { "name": "Workday Payroll List Deduction Codes", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/deductionCodes", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve all configured deduction codes that define types of payroll deductions such as taxes, benefits, and garnishments." } ] } ], "bundled": true }