{ "opencollection": "1.0.0", "info": { "name": "Workday Advanced Compensation Bonus Plans Merit Plans API", "version": "v41.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Merit Plans", "type": "folder" }, "items": [ { "info": { "name": "Workday List Merit Plans", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/compensation/v1/meritPlans", "params": [ { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of records to skip" } ] }, "docs": "Retrieves merit increase plans with guidelines, matrices, and budget allocations." } ] } ], "bundled": true }