{ "opencollection": "1.0.0", "info": { "name": "Workday HCM Workers 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": "Workers", "type": "folder" }, "items": [ { "info": { "name": "Get Workers", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}/workers", "params": [ { "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." }, { "name": "search", "value": "", "type": "query", "description": "Searches workers by name. The search is case-insensitive." } ] }, "docs": "Returns a collection of workers. Supports filtering, pagination, and field-level selection of worker data." }, { "info": { "name": "Get Worker by Id", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}/workers/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ] }, "docs": "Returns detailed information for a specific worker by their Workday ID." }, { "info": { "name": "Get Worker History", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}/workers/:ID/history", "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 the history of changes for a specific worker." }, { "info": { "name": "Get Worker Photo", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}/workers/:ID/photos", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ] }, "docs": "Returns the photo for a specific worker." }, { "info": { "name": "Get Business Title Changes", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}/workers/:ID/businessTitleChanges", "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 business title change history for a specific worker." }, { "info": { "name": "Get Worker Inbox Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}/workers/:ID/inboxTasks", "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 inbox tasks for a specific worker." } ] } ], "bundled": true }