/workday-common | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
workday_common_get_businesstitlechanges_by_id | Retrieves a business title change instance. |
workday_common_get_currencies | Retrieves a collection of currencies. |
workday_common_get_currencies_by_id | Retrieves a currency instance. |
workday_common_get_customers_by_id | Retrieves a customer instance. |
workday_common_get_customers_by_id_activities | Retrieves a collection of activities for a specific customer. |
workday_common_get_customers_by_id_activities_by_subresourceid | Retrieves an activity instance for a specific customer. |
workday_common_get_jobchangereasons | Retrieves a collection of job change reasons. |
workday_common_get_jobchangereasons_by_id | Retrieves a job change reason instance. |
workday_common_get_organizations | Retrieves a collection of organizations. |
workday_common_get_organizations_by_id | Retrieves an organization instance. |
workday_common_get_organizationtypes | Retrieves a collection of organization types. |
workday_common_get_organizationtypes_by_id | Retrieves an organization type instance. |
workday_common_get_supervisoryorganizations | Retrieves a collection of supervisory organizations. |
workday_common_get_supervisoryorganizations_by_id | Retrieves a supervisory organization instance. |
workday_common_get_supervisoryorganizations_by_id_workers | Retrieves a collection of workers for a specific supervisory organization. |
workday_common_get_supervisoryorganizations_by_id_workers_by_subresourceid | Retrieves a worker instance for a specific supervisory organization. |
workday_common_get_workers | Retrieves a collection of workers. |
workday_common_get_workers_by_id | Retrieves a worker instance. |
workday_common_get_workers_by_id_businesstitlechanges | Retrieves a collection of business title changes for a specific worker. |
workday_common_get_workers_by_id_businesstitlechanges_by_subresourceid | Retrieves a business title change instance for a specific worker. |
workday_common_get_workers_by_id_directreports | Retrieves a collection of direct reports for a specific worker. |
workday_common_get_workers_by_id_directreports_by_subresourceid | Retrieves a direct report instance for a specific worker. |
workday_common_get_workers_by_id_history | Retrieves a collection of history items for a specific worker. |
workday_common_get_workers_by_id_history_by_subresourceid | Retrieves a history instance for a specific worker. |
workday_common_get_workers_by_id_inboxtasks | Retrieves a collection of inbox tasks for a specific worker. |
workday_common_get_workers_by_id_inboxtasks_by_subresourceid | Retrieves an inbox task instance for a specific worker. |
workday_common_get_workers_by_id_organizations | Retrieves a collection of organizations for a specific worker. |
workday_common_get_workers_by_id_organizations_by_subresourceid | Retrieves an organization instance for a specific worker. |
workday_common_get_workers_by_id_payslips | Retrieves a collection of pay slips for a specific worker. |
workday_common_get_workers_by_id_payslips_by_subresourceid | Retrieves a pay slip instance for a specific worker. |
workday_common_get_workers_by_id_supervisoryorganizationsmanaged | Retrieves a collection of supervisory organizations managed by a specific worker. |
workday_common_get_workers_by_id_supervisoryorganizationsmanaged_by_subresourceid | Retrieves a supervisory organization managed by a specific worker. |
workday_common_get_workers_by_id_timeoffentries | Retrieves a collection of time off entries for a specific worker. |
workday_common_get_workers_by_id_timeoffentries_by_subresourceid | Retrieves a time off entry for a specific worker. |
workday_common_get_workers_by_id_timeoffplans | Retrieves a collection of time off plans for a specific worker. |
workday_common_get_workers_by_id_timeoffplans_by_subresourceid | Retrieves a particular time off plan for a specific worker. |
workday_common_post_workers_by_id_businesstitlechanges | Creates a business title change instance with the specified data. |
workday_common_post_workers_by_id_businesstitlechanges_me | <b>Secured by:</b> Change My Business Title <b>Scope:</b> Staffing |
workday_common_post_workers_by_id_jobchanges | Creates a job change instance with the specified data. |
workday_common_get_businesstitlechanges_by_id
Retrieves a business title change instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_currencies
Retrieves a collection of currencies. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_currencies_by_id
Retrieves a currency instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_customers_by_id
Retrieves a customer instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_customers_by_id_activities
Retrieves a collection of activities for a specific customer. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
fromDate | string | No | — | fromDate |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
toDate | string | No | — | toDate |
workday_common_get_customers_by_id_activities_by_subresourceid
Retrieves an activity instance for a specific customer. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_jobchangereasons
Retrieves a collection of job change reasons. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_jobchangereasons_by_id
Retrieves a job change reason instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_organizations
Retrieves a collection of organizations. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
organizationType | string | No | — | Reference to an Organization Type. Example: Organization Type WID. Requests must provide an Organization Type. |
workday_common_get_organizations_by_id
Retrieves an organization instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_organizationtypes
Retrieves a collection of organization types. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_organizationtypes_by_id
Retrieves an organization type instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_supervisoryorganizations
Retrieves a collection of supervisory organizations. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_supervisoryorganizations_by_id
Retrieves a supervisory organization instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_supervisoryorganizations_by_id_workers
Retrieves a collection of workers for a specific supervisory organization. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_supervisoryorganizations_by_id_workers_by_subresourceid
Retrieves a worker instance for a specific supervisory organization. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers
Retrieves a collection of workers. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
includeTerminatedWorkers | boolean | No | — | Include terminated workers in the output |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
search | string | No | — | search |
workday_common_get_workers_by_id
Retrieves a worker instance. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
workday_common_get_workers_by_id_businesstitlechanges
Retrieves a collection of business title changes for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_businesstitlechanges_by_subresourceid
Retrieves a business title change instance for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_directreports
Retrieves a collection of direct reports for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_directreports_by_subresourceid
Retrieves a direct report instance for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_history
Retrieves a collection of history items for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_history_by_subresourceid
Retrieves a history instance for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_inboxtasks
Retrieves a collection of inbox tasks for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_inboxtasks_by_subresourceid
Retrieves an inbox task instance for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_organizations
Retrieves a collection of organizations for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_organizations_by_subresourceid
Retrieves an organization instance for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_payslips
Retrieves a collection of pay slips for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_payslips_by_subresourceid
Retrieves a pay slip instance for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_supervisoryorganizationsmanaged
Retrieves a collection of supervisory organizations managed by a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_supervisoryorganizationsmanaged_by_subresourceid
Retrieves a supervisory organization managed by a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_timeoffentries
Retrieves a collection of time off entries for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_timeoffentries_by_subresourceid
Retrieves a time off entry for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_get_workers_by_id_timeoffplans
Retrieves a collection of time off plans for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
limit | integer | No | — | The maximum number of objects in a single response. The default is 20. The maximum is 100. |
offset | integer | No | — | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
workday_common_get_workers_by_id_timeoffplans_by_subresourceid
Retrieves a particular time off plan for a specific worker. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
subresourceID | string | Yes | — | The Workday ID of the subresource. |
workday_common_post_workers_by_id_businesstitlechanges
Creates a business title change instance with the specified data. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
descriptor | string | No | — | The display name of the instance |
href | string | No | — | A link to the instance |
id | string | No | — | Workday Id or Reference Id of the instance. |
proposedBusinessTitle | string | No | — | The new business title for the ~worker~ as of the effective date. If there is no business title override, this field defaults to the job title or job profile name. |
workday_common_post_workers_by_id_businesstitlechanges_me
<b>Secured by:</b> Change My Business Title <b>Scope:</b> Staffing Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
descriptor | string | No | — | The display name of the instance |
href | string | No | — | A link to the instance |
id | string | No | — | Workday Id or Reference Id of the instance. |
proposedBusinessTitle | string | No | — | The new business title for the ~worker~ as of the effective date. If there is no business title override, this field defaults to the job title or job profile name. |
workday_common_post_workers_by_id_jobchanges
Creates a job change instance with the specified data. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ID | string | Yes | — | The Workday ID of the resource. |
descriptor | string | No | — | The display name of the instance |
effective | string | No | — | The date this business process takes effect. |
href | string | No | — | A link to the instance |
id | string | No | — | Workday Id or Reference Id of the instance. |
jobChangeReason | object | No | — | Returns the reason used in a Change Job business process. |
moveManagersTeam | boolean | No | — | Returns a boolean that indicates whether teams reporting to the ~Manager~ moved with them during the Change Job Event. |
proposedOrganizations | any[] | No | — | Contains the organizations with staffing behavior that are assigned to the position as a result of this event. All staffing behavior organization types are included (company, cost center, region, custom organizations, fund, grant, program, gift, business unit). |
supervisoryOrganization | object | No | — | The ~supervisory organization~ for the ~worker~ as of the effective date. |

