{ "opencollection": "1.0.0", "info": { "name": "Workday Compensation Compensation Plans API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/authorize", "accessTokenUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Compensation Plans", "type": "folder" }, "items": [ { "info": { "name": "Get Compensation Plans", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/compensation/v1/{tenant}/workers/:ID/compensationPlans", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection." } ] }, "docs": "Returns compensation plans assigned to a worker." }, { "info": { "name": "Request Compensation Change", "type": "http" }, "http": { "method": "POST", "url": "https://wd2-impl-services1.workday.com/ccx/api/compensation/v1/{tenant}/workers/:ID/requestCompensationChange", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a compensation change request for a worker." }, { "info": { "name": "Get Compensation Grades", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/compensation/v1/{tenant}/compensationGrades", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection." } ] }, "docs": "Returns a collection of compensation grades." } ] } ], "bundled": true }