{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants Background Checks 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": "Background Checks", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Background Checks", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/backgroundChecks", "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": "candidate", "value": "string", "type": "query", "description": "Filter by candidate Workday ID" } ] }, "docs": "Retrieve a collection of background check results for candidates including status, provider, and check details." }, { "info": { "name": "Workday Recruiting Submit a Background Check Result", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/backgroundChecks", "body": { "type": "json", "data": "{}" } }, "docs": "Load background check results from an external provider into Workday. Associates the results with a candidate and job application." }, { "info": { "name": "Workday Recruiting List Background Check Packages", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/backgroundCheckPackages", "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" } ] }, "docs": "Retrieve available background check packages that can be assigned to job requisitions for candidate screening." } ] } ], "bundled": true }