WorkersEligibleAbsenceTypesPosition
Provides details on how eligible absence types vary by worker position, ensuring position-based leave eligibility is correctly managed.
Workday Resource Information
Retrieves all the eligible absence types for the specified worker ID for a category type. If you don't specify a query parameter, this will get all time off types, absence tables, and leave types a worker is eligible for.Specify the category to filter the result based on absence type.
Secured by: Request Leave for Self+TG+TG, Request Leave of Absence (REST Service), Request Time Off (REST Service), Request Time Off for Self+TG+TG
Scope: Time Off and Leave
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique Workday ID for the eligible absence type instance. |
| WorkersEligibleAbsenceTypes_Id [KEY] | String | The Workday ID of the parent entity containing this eligible absence type. |
| Workers_Id [KEY] | String | The Workday ID of the worker associated with this eligible absence type. |
| Descriptor | String | A brief preview or summary of the absence type. |
| Category_Prompt | String | Filters absence types by category. Specify the Workday ID of the absence type category. |
| Effective_Prompt | Date | Filters eligible absence types based on the specified effective date (yyyy-mm-dd format). |
| IncludeTerminatedWorkers_Prompt | Bool | If true, includes terminated workers in the results. |
| Search_Prompt | String | Searches for workers by name or Workday ID. The search is case-insensitive and supports space-separated OR searches. |