{ "opencollection": "1.0.0", "info": { "name": "Workday Benefits Benefit Enrollments 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 Enrollments", "type": "folder" }, "items": [ { "info": { "name": "Workday List Benefit Enrollments", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/benefits/v1/benefitEnrollments", "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 enrollments by employee ID" }, { "name": "planId", "value": "BP-HEALTH-001", "type": "query", "description": "Filter enrollments by benefit plan ID" } ] }, "docs": "Retrieves a collection of employee benefit enrollments and elections." }, { "info": { "name": "Workday Create Benefit Enrollment", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/benefits/v1/benefitEnrollments", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new employee benefit enrollment election." }, { "info": { "name": "Workday Get Benefit Enrollment", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/benefits/v1/benefitEnrollments/:enrollmentId", "params": [ { "name": "enrollmentId", "value": "ENR-001", "type": "path", "description": "Benefit enrollment identifier" } ] }, "docs": "Retrieves a specific benefit enrollment by ID." } ] } ], "bundled": true }