{ "opencollection": "1.0.0", "info": { "name": "Workday Advanced Compensation Bonus Plans Stock 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": "Stock Plans", "type": "folder" }, "items": [ { "info": { "name": "Workday List Stock Plans", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/compensation/v1/stockPlans", "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 stock and equity compensation plans including vesting schedules, grant types, and eligibility criteria." } ] } ], "bundled": true }