Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_time_off_entries20230301

Defined in:
lib/openapi_client/api/xhr_vertically_integrated_api.rb

#xhr_time_off_entries20230301(start_date, end_date, opts = {}) ⇒ Array<TimeOffEntryResponse>

Time off entries Retrieve time off / absence entries

Parameters:

  • start_date (Date)

    The start date of the search period

  • end_date (Date)

    The end date of the search period

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



450
451
452
453
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 450

def xhr_time_off_entries20230301(start_date, end_date, opts = {})
  data, _status_code, _headers = xhr_time_off_entries20230301_with_http_info(start_date, end_date, opts)
  data
end