{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Payroll API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payroll", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List pay groups", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/payGroups", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve a collection of pay groups configured in the tenant." } ] } ], "bundled": true }