Limits the response to time_off objects whose leave_type_id value matches the parameter value.
Limits the response to time-off requests that originate from a specific location, that is, requests from all employees whose branch.id value matches the parameter value. The employees are identified by applied_by_id.
Limits the response to time_off objects whose start_date value matches the parameter value.
Mandatory if the end_date filter is used.
Limits the response to time_off objects whose status value matches the parameter value.
Valid parameter values: pending, approved, declined, cancelled
Limits the response to time_off objects whose user_id value matches the parameter value.
Generated using TypeDoc
Limits the response to time_off objects whose end_date value matches the parameter value. Must be a value later than start_date.
Mandatory if the start_date filter is used.