{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Organizations API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/organizations", "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" }, { "name": "type", "value": "", "type": "query", "description": "Filter by organization type" } ] }, "docs": "Retrieve a collection of organizations including supervisory, cost center, company, region, and custom organization types." }, { "info": { "name": "Workday Integrations Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Workday ID of the organization" } ] }, "docs": "Retrieve detailed information about a specific organization by ID, including its type, hierarchy, and manager." }, { "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 }