{ "opencollection": "1.0.0", "info": { "name": "Workday Benefits Benefit Enrollments Benefit Events API", "version": "v40.2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Benefit Events", "type": "folder" }, "items": [ { "info": { "name": "Workday List Benefit Events", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/benefits/v1/benefitEvents", "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" }, { "name": "employeeId", "value": "EMP-12345", "type": "query", "description": "Filter events by employee ID" }, { "name": "status", "value": "OPEN", "type": "query", "description": "Filter by event status" } ] }, "docs": "Retrieves a collection of benefit qualifying life events and open enrollment windows." } ] } ], "bundled": true }