{ "opencollection": "1.0.0", "info": { "name": "Workday Staffing API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/authorize", "accessTokenUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Staffing", "type": "folder" }, "items": [ { "info": { "name": "Get Organization Assignments", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/staffing/v1/{tenant}/workers/:ID/organizationAssignments", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response. The default is 20. The maximum is 100." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection." } ] }, "docs": "Returns a collection of organization assignments for a worker." }, { "info": { "name": "Create Job Change", "type": "http" }, "http": { "method": "POST", "url": "https://wd2-impl-services1.workday.com/ccx/api/staffing/v1/{tenant}/workers/:ID/jobChanges", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a job change event for a worker." }, { "info": { "name": "Request One-time Payment", "type": "http" }, "http": { "method": "POST", "url": "https://wd2-impl-services1.workday.com/ccx/api/staffing/v1/{tenant}/workers/:ID/requestOneTimePayment", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a one-time payment request for a worker." }, { "info": { "name": "Terminate Worker", "type": "http" }, "http": { "method": "POST", "url": "https://wd2-impl-services1.workday.com/ccx/api/staffing/v1/{tenant}/workers/:ID/terminate", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a termination event for a worker." } ] } ], "bundled": true }