{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Positions API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Positions", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List positions", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/positions", "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 position records, including filled and unfilled positions with their associated job profiles." }, { "info": { "name": "Workday Integrations Get a position", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/positions/:positionId", "params": [ { "name": "positionId", "value": "", "type": "path", "description": "Workday ID of the position" } ] }, "docs": "Retrieve details of a specific position by ID, including the assigned worker and job profile." } ] } ], "bundled": true }