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
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 |