{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Workers API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workers", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List workers", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/workers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "search", "value": "", "type": "query", "description": "Search string to filter results" } ] }, "docs": "Retrieve a collection of workers. Returns employees and contingent workers with their basic profile information. Supports pagination, filtering, and field selection." }, { "info": { "name": "Workday Integrations Get a worker", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/workers/:workerId", "params": [ { "name": "workerId", "value": "", "type": "path", "description": "Workday ID of the worker" } ] }, "docs": "Retrieve detailed information about a specific worker by their Workday ID, including personal data, employment details, and organizational assignments." }, { "info": { "name": "Workday Integrations Get worker history", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/workers/:workerId/history", "params": [ { "name": "workerId", "value": "", "type": "path", "description": "Workday ID of the worker" } ] }, "docs": "Retrieve the employment history for a specific worker, including job changes, promotions, transfers, and organizational moves." }, { "info": { "name": "Workday Integrations List workers in an organization", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/organizations/:organizationId/workers", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Workday ID of the organization" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve workers assigned to a specific organization." } ] } ], "bundled": true }