{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions Pay Groups API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pay Groups", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll List Pay Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payGroups", "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 pay groups, which organize workers for payroll processing by frequency, currency, or other criteria." }, { "info": { "name": "Workday Payroll Get a Pay Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payGroups/:payGroupId", "params": [ { "name": "payGroupId", "value": "pg_weekly_usd", "type": "path", "description": "Unique identifier for the pay group" } ] }, "docs": "Retrieve details of a specific pay group by its identifier." }, { "info": { "name": "Workday Payroll List Workers in a Pay Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payGroups/:payGroupId/workers", "params": [ { "name": "payGroupId", "value": "pg_weekly_usd", "type": "path", "description": "Unique identifier for the pay group" }, { "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 workers assigned to a specific pay group." } ] } ], "bundled": true }