{ "opencollection": "1.0.0", "info": { "name": "Workday Advanced Compensation Bonus Plans Compensation Grades 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": "Compensation Grades", "type": "folder" }, "items": [ { "info": { "name": "Workday List Compensation Grades", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/compensation/v1/compensationGrades", "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 compensation grade profiles with pay ranges, midpoints, and band information." }, { "info": { "name": "Workday Get Compensation Grade", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/compensation/v1/compensationGrades/:gradeId", "params": [ { "name": "gradeId", "value": "CG-001", "type": "path", "description": "Unique identifier for the compensation grade" } ] }, "docs": "Retrieves details for a specific compensation grade including pay ranges and eligibility criteria." } ] } ], "bundled": true }