Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TimeOffsListQuery

Index

Properties

end_date?: Date

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.

leave_type?: string[]

Limits the response to time_off objects whose leave_type_id value matches the parameter value.

location?: number[]

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.

start_date?: Date

Limits the response to time_off objects whose start_date value matches the parameter value.

Mandatory if the end_date filter is used.

status?: string[]

Limits the response to time_off objects whose status value matches the parameter value.

Valid parameter values: pending, approved, declined, cancelled

user?: string[]

Limits the response to time_off objects whose user_id value matches the parameter value.

Generated using TypeDoc