Timeoffs
Retrieves a list of all time-off requests from all employees in the organization.
Columns
| Name | Type | References | |
| Id [KEY] | Long | ||
| Status | String |
The allowed values are pending, approved, declined, cancelled. | |
| StartDate | Date | ||
| EndDate | Date | ||
| UserId | Integer | ||
| AppliedById | Integer |
Employees.Id | |
| ApprovedById | String | ||
| CancelledAt | Datetime | ||
| CancelledById | Integer | ||
| CancelledDueToExit | Boolean | ||
| Comments | String | ||
| LeaveTypeId | Integer | ||
| LeaveUnits | String | ||
| OptionalLeaveUnits | String | ||
| RejectedAt | Datetime | ||
| RejectedById | Integer | ||
| StatusComments | String | ||
| UpdatedAt | Datetime | ||
| CreatedAt | Datetime |