Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_timesheets20230301

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

#xhr_timesheets20230301(start_date, end_date, opts = {}) ⇒ Array<TimesheetResponse>

Timesheets Retrieve Timesheets

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:



521
522
523
524
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 521

def xhr_timesheets20230301(start_date, end_date, opts = {})
  data, _status_code, _headers = xhr_timesheets20230301_with_http_info(start_date, end_date, opts)
  data
end