{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Recruiting API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recruiting", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List job requisitions", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/jobRequisitions", "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 job requisitions for open positions." }, { "info": { "name": "Workday Integrations Get a job requisition", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/jobRequisitions/:jobRequisitionId", "params": [ { "name": "jobRequisitionId", "value": "", "type": "path", "description": "Workday ID of the job requisition" } ] }, "docs": "Retrieve details of a specific job requisition by ID." } ] } ], "bundled": true }