{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions Payroll Summaries API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payroll Summaries", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll Get Pay Run Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payRuns/:payRunId/results", "params": [ { "name": "payRunId", "value": "pr_20260430_weekly_001", "type": "path", "description": "Unique identifier for the pay run" } ] }, "docs": "Retrieve aggregated results for a completed pay run, including totals for earnings, deductions, taxes, and payments." }, { "info": { "name": "Workday Payroll List Worker-level Results for a Pay Run", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payRuns/:payRunId/results/workers", "params": [ { "name": "payRunId", "value": "pr_20260430_weekly_001", "type": "path", "description": "Unique identifier for the pay run" }, { "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 individual worker results for a completed pay run, including each worker's gross pay, deductions, taxes, and net pay." }, { "info": { "name": "Workday Payroll Get a Worker Result for a Pay Run", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payRuns/:payRunId/results/workers/:workerId", "params": [ { "name": "payRunId", "value": "pr_20260430_weekly_001", "type": "path", "description": "Unique identifier for the pay run" }, { "name": "workerId", "value": "w_100542", "type": "path", "description": "Unique identifier for the worker" } ] }, "docs": "Retrieve detailed results for a specific worker within a completed pay run." } ] } ], "bundled": true }