| Field | Type | Required | Description | Example |
|---|---|---|---|---|
start_date |
Optional[str] | ➖ | Start date of the date range to filter time off requests. When used with end_date, filters for requests within the specified date range. | 2022-04-08 |
end_date |
Optional[str] | ➖ | End date of the date range to filter time off requests. When used with start_date, filters for requests within the specified date range. | 2022-04-21 |
updated_since |
Optional[str] | ➖ | Minimum date the time off request was last created or modified | 2020-09-30T07:43:32.000Z |
employee_id |
Optional[str] | ➖ | Employee ID | 1234 |
time_off_request_status |
Optional[models.TimeOffRequestStatus] | ➖ | Time off request status to filter on | requested |
company_id |
Optional[str] | ➖ | Company ID | 1234 |