WorkersTimeOffDetails
Retrieves details of a specified time off entry for a specified worker.
Workday Resource Information
Retrieves details of the time off entry with the specified ID for the specified worker ID.Secured by: FLW Service, Self-Service: Time Off, Worker Data: Time Off (Time Off Manager View), Worker Data: Time Off (Time Off)
Scope: Time Off and Leave
Aggregate Fields
The connector represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Worktags_Aggregate
[{
descriptor: Text /* The display name of the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | Description |
| Workers_Id | String | The Workday ID of the worker who owns this time off entry. |
| Comment | String | A comment associated with the time off entry. |
| Date | Datetime | The date of the time off entry (format: yyyy-mm-dd). |
| Position_Descriptor | String | The display name of the instance |
| Position_Href | String | A link to the position instance. |
| Position_Id | String | The Workday ID of the position. |
| Quantity | Decimal | The amount of time off taken, in units specified by the Unit response field. |
| Reason_Descriptor | String | The display name of the instance |
| Reason_Href | String | A link to the reason instance. |
| Reason_Id | String | The Workday ID of the reason. |
| Status_Descriptor | String | The display name of the instance |
| Status_Href | String | A link to the status instance. |
| Status_Id | String | The Workday ID of the status. |
| TimeOffType_Descriptor | String | The name of the time off type or absence category. |
| TimeOffType_Id | String | The Workday ID of the time off type. |
| Unit_Descriptor | String | The display name of the instance |
| Unit_Href | String | A link to the unit instance. |
| Unit_Id | String | The Workday ID of the unit type. |
| Worker_Descriptor | String | The display name of the instance |
| Worker_Href | String | A link to the worker instance. |
| Worker_Id | String | The Workday ID of the worker. |
| Worktags_Aggregate | String | The worktags associated with the time off entry. |
| FromDate_Prompt | Date | Filters time off entries from this start date (format: yyyy-mm-dd). |
| Status_Prompt | String | Filters entries by status using Workday IDs. Supports multiple statuses. |
| TimeOffType_Prompt | String | Filters entries by time off type using Workday IDs. Supports multiple types. |
| ToDate_Prompt | Date | Filters time off entries up to this end date (format: yyyy-mm-dd). |
| 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. |