WorkersPaySlips
Retrieves pay slips for a worker, detailing earnings, deductions, tax information, and net pay over different pay periods.
Workday Resource Information
Retrieves all pay slips for a worker with the specified ID.Secured by: Self-Service: Payroll (My Payslips), Worker Data: Payroll (Payslips)
Scope: Core Payroll
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the payslip instance. |
| Workers_Id [KEY] | String | The Workday ID of the worker associated with this payslip. |
| Date | Datetime | The payment date for the payslip. |
| Descriptor | String | A brief preview of the payslip instance. |
| Gross | Decimal | Total gross pay amount for the payslip. |
| Href | String | A direct link to view the payslip instance in Workday. |
| Net | Decimal | Total net pay amount for the payslip after deductions. |
| Status_Descriptor | String | A description of the payslip status. |
| Status_Href | String | A link to detailed status information in Workday. |
| Status_Id | String | The Workday ID associated with the payslip status. |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the output. |
| Search_Prompt | String | Allows searching for workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |