{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants Job Postings 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 Postings", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Job Postings", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobPostings", "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": "jobRequisition", "value": "string", "type": "query", "description": "Filter by job requisition Workday ID" }, { "name": "postingSite", "value": "Corporate Careers", "type": "query", "description": "Filter by posting site Workday ID" }, { "name": "active", "value": "true", "type": "query", "description": "Filter by active posting status" } ] }, "docs": "Retrieve a collection of job postings with optional filtering by requisition, posting site, or status. Returns posting details including title, description, location, and posting dates." }, { "info": { "name": "Workday Recruiting Get a Job Posting", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobPostings/: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 posting including title, description, qualifications, location, compensation, posting dates, and associated job requisition." }, { "info": { "name": "Workday Recruiting Update a Job Posting", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobPostings/: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 existing job posting with new content, dates, or configuration. Can be used to modify the posting start and end dates." }, { "info": { "name": "Workday Recruiting Post a Job to Career Sites", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobPostings/:id/post", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post a job to internal and external career sites. Requires an associated job requisition in an open status." }, { "info": { "name": "Workday Recruiting Unpost a Job", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobPostings/:id/unpost", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ] }, "docs": "Remove a job posting from career sites. The job posting record is retained but is no longer visible to external candidates." } ] } ], "bundled": true }