LeaveStatusValues
Lists available leave status options, including approved, pending, and denied requests.
Workday Resource Information
Retrieves instances that can be used as values for other endpoint parameters in this service.Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier (WID, ID, or reference ID) assigned to each leave status value, ensuring precise tracking and classification of employee leave statuses within the system. |
| Descriptor | String | A user-friendly description of the leave status, indicating an employee’s current leave state, such as active leave, pending approval, canceled leave, or completed leave. |
| CollectionToken | String | A system-generated token used with the Collection_Prompt input to retrieve specific members of this leave status collection. If the value is 'NULL', the row represents an individual leave status value rather than a group. |
| Collection_Prompt | String | A reference value from the CollectionToken column that allows retrieval of all child elements within the leave status collection. This enables structured queries for managing and reporting on leave records. |