{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants Configuration 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": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Job Posting Sites", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/jobPostingSites", "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 job posting sites including internal career pages and external job boards configured in Workday." }, { "info": { "name": "Workday Recruiting List Questionnaires", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/questionnaires", "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 recruiting questionnaires used for screening and assessment during the application process." }, { "info": { "name": "Workday Recruiting List Veteran Statuses", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/veteranStatuses", "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 veteran status reference values used for EEO compliance reporting and candidate tracking." } ] } ], "bundled": true }