Method: TripletexRubyClient::EmployeeemploymentworkingHoursSchemeApi#search

Defined in:
lib/tripletex_ruby_client/api/employeeemploymentworking_hours_scheme_api.rb

#search(opts = {}) ⇒ ListResponseWorkingHoursScheme

BETA

Find working hours scheme ID.

Parameters:

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

    the optional parameters

Options Hash (opts):

  • :from (Integer)

    From index (default to 0)

  • :count (Integer)

    Number of elements to return (default to 1000)

  • :sorting (String)

    Sorting pattern

  • :fields (String)

    Fields filter pattern

Returns:



30
31
32
33
# File 'lib/tripletex_ruby_client/api/employeeemploymentworking_hours_scheme_api.rb', line 30

def search(opts = {})
  data, _status_code, _headers = search_with_http_info(opts)
  data
end