{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management Compensation API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{baseUrl}/authorize", "accessTokenUrl": "https://{baseUrl}/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Compensation", "type": "folder" }, "items": [ { "info": { "name": "Workday Studio Retrieve Compensation Plans", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/service/{tenant}/Compensation/Get_Compensation_Plans", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a collection of compensation plan records including salary plans, bonus plans, allowance plans, and their associated pay grade structures." } ] } ], "bundled": true }