{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants Job Requisitions API", "version": "v41.2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{tenant}.workday.com/authorize", "accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Job Requisitions", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Job Requisitions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobRequisitions", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "status", "value": "Open", "type": "query", "description": "Filter job requisitions by recruiting status" }, { "name": "supervisoryOrganization", "value": "string", "type": "query", "description": "Filter by supervisory organization Workday ID" }, { "name": "updatedFrom", "value": "2026-05-03T14:30:00Z", "type": "query", "description": "Return requisitions updated on or after this date-time" } ] }, "docs": "Retrieve a collection of job requisitions with optional filtering by status, supervisory organization, job profile, or date range. Returns requisition details including position references, hiring manager, recruiting status, and associated job postings." }, { "info": { "name": "Workday Recruiting Create a Job Requisition", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobRequisitions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new job requisition for a position within a supervisory organization. The requisition defines the hiring need including job profile, number of openings, compensation details, and required qualifications." }, { "info": { "name": "Workday Recruiting Get a Job Requisition", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobRequisitions/:id", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ] }, "docs": "Retrieve detailed information for a specific job requisition including position reference, hiring manager, job profile, compensation range, recruiting status, and associated job postings." }, { "info": { "name": "Workday Recruiting Edit a Job Requisition", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobRequisitions/:id", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an open job requisition. Allows modification of job profile, number of openings, compensation details, qualifications, and other requisition attributes." }, { "info": { "name": "Workday Recruiting Close a Job Requisition", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobRequisitions/:id/close", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Close a job requisition that has no pending events or filled status. Closing a requisition prevents new applications from being submitted and removes associated job postings." }, { "info": { "name": "Workday Recruiting Freeze or Unfreeze a Job Requisition", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobRequisitions/:id/freeze", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Freeze or unfreeze a job requisition to temporarily halt or resume recruiting activity. Freezing a requisition pauses the hiring process without closing the requisition." } ] } ], "bundled": true }