{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants 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": "Applicants", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Applicants", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/applicants", "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 pre-hire and applicant information. Returns applicant records that have been processed through the recruiting pipeline." }, { "info": { "name": "Workday Recruiting Import Applicants in Bulk", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/applicants/import", "body": { "type": "json", "data": "{}" } }, "docs": "High-volume applicant import service for processing multiple applicant records asynchronously. Designed for bulk loading of applicant data from external systems." } ] } ], "bundled": true }