WorkersLeavesOfAbsenceAdditionalFields
Reads /additionalFields entries from the WorkersLeavesOfAbsence table.
Workday Resource Information
Retrieves information about the leave of absence for the worker with the specified ID.Secured by: Self-Service: Leave of Absence, Worker Data: Leave of Absence
Scope: Time Off and Leave
Columns
| Name | Type | Description |
| Id [KEY] | String | Retrieves the ID for the additional field on the leave of absence request event. |
| WorkersLeavesOfAbsence_Id [KEY] | String | The Workday ID of the WorkersLeavesOfAbsence that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | The display name of the instance |
| Name | String | Retrieves the name of the additional field on the leave of absence request event. |
| Value | String | Retrieves the text value of the additional field on the leave of absence request event, regardless of the field data type. |
| FromDate_Prompt | Date | The start of a date range filter using the yyyy-mm-dd format. |
| LeaveType_Prompt | String | The Workday ID of the type of leave of absence. You can specify multiple leaveType query parameters. |
| Status_Prompt | String | The Workday ID of the status of the leave of absence. The valid statuses are Successfully Completed, In Progress, Canceled, Rescinded, and Process Terminated. To get valid values, call the GET /values/leave/status endpoint. You can specify multiple status query parameters. |
| ToDate_Prompt | Date | The end of a date range filter using the yyyy-mm-dd format. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |