WorkersTimeOffEntries
Retrieves individual time-off entries for a worker, including the request date, approval status, and duration.
Workday Resource Information
Secured by: Self-Service: Time Off Balances, Worker Data: Time Off (Time Off Balances Manager View), Worker Data: Time Off (Time Off Balances)
Scope: Time Off and Leave
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique Workday ID of the time off request line item. |
| Workers_Id [KEY] | String | The Workday ID of the worker who owns this request. |
| Date | Datetime | The specific date requested for paid time off (format: yyyy-mm-dd). |
| Descriptor | String | The display name of the instance |
| Employee_Descriptor | String | The display name of the instance |
| Employee_Href | String | A link to the employee's Workday profile. |
| Employee_Id | String | The Workday ID of the employee. |
| Href | String | A direct link to the time off request instance. |
| TimeOffRequest_Descriptor | String | The display name of the instance |
| TimeOffRequest_Href | String | A link to the time off request instance. |
| TimeOffRequest_Id | String | The Workday ID of the time off request. |
| TimeOffRequest_Status | String | The current status of the request (for example, Successfully Completed, Denied, Terminated). |
| TimeOff_Descriptor | String | The display name of the instance |
| TimeOff_Href | String | A link to the specific time off instance. |
| TimeOff_Id | String | The Workday ID of the time off entry. |
| TimeOff_Plan_Descriptor | String | The display name of the instance |
| TimeOff_Plan_Href | String | A link to the time off plan instance. |
| TimeOff_Plan_Id | String | The Workday ID of the time off plan. |
| UnitOfTime_Descriptor | String | The display name of the instance |
| UnitOfTime_Href | String | A link to the unit of time instance. |
| UnitOfTime_Id | String | The Workday ID of the unit of time. |
| Units | Decimal | The number of units (for example, hours/days) requested for time off, excluding adjustments. |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the output. |
| Search_Prompt | String | Searches workers by name or Workday ID. Case-insensitive and supports space-delimited OR searches. |