{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants Evergreen 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": "Evergreen Requisitions", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Evergreen Requisitions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/evergreenRequisitions", "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 a collection of evergreen requisitions. Evergreen requisitions represent ongoing hiring needs without a specific number of openings or anticipated close date." }, { "info": { "name": "Workday Recruiting Create an Evergreen Requisition", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/evergreenRequisitions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new evergreen requisition for ongoing hiring needs. Evergreen requisitions remain open indefinitely and can be linked to standard job requisitions for candidate pipeline management." }, { "info": { "name": "Workday Recruiting Get an Evergreen Requisition", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/evergreenRequisitions/: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 evergreen requisition including position reference, linked job requisitions, and candidate pipeline status." }, { "info": { "name": "Workday Recruiting Close an Evergreen Requisition", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/evergreenRequisitions/:id/close", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ] }, "docs": "Close an evergreen requisition that has no pending events. Closing removes the requisition from active recruiting workflows." } ] } ], "bundled": true }