WorkersValidTimeOffDates
Retrieves the valid time off dates for the specified worker ID for the given dates.
Workday Resource Information
Retrieves the valid time off dates for a specified worker ID for any given dates. You can specify position, timeOffType, and date in the query parameter. The date query parameter supports multiple dates.Secured by: Request Time Off (REST Service)
Scope: Time Off and Leave
Columns
| Name | Type | Description |
| Workers_Id | String | The Workday ID of the worker who owns this time off entry. |
| DailyDefaultQuantity | Decimal | The daily default quantity configured on the Time Off Plan or overridden on the Time Off entry. |
| Date | Datetime | The date(s) of the time off entry. |
| Unit_Descriptor | String | The display name of the instance |
| Unit_Id | String | The Workday ID of the unit associated with the time off entry. |
| Date_Prompt | Date | The dates being requested for which to validate. It should be in the yyyy-mm-dd format. |
| Position_Prompt | String | The Workday ID of the position. |
| TimeOff_Prompt | String | The Workday ID of the time off. |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the results. |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive and supports multiple space-delimited terms. |