Method: IntegrationApi::UtilsApi#get_audit_log_all_using_get

Defined in:
lib/integration_api/api/utils_api.rb

#get_audit_log_all_using_get(opts = {}) ⇒ Pageobject

Gel all audit log

Parameters:

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

    the optional parameters

Options Hash (opts):

  • :ascending (BOOLEAN)

    ascending (default to false)

  • :end_date (DateTime)

    end_date (default to null)

  • :event (String)

    event

  • :integration_type (String)

    integration_type

  • :is_request (BOOLEAN)

    is_request (default to false)

  • :nucleus_client_id (String)

    nucleus_client_id

  • :order_by (String)

    order_by (default to update_date)

  • :page (Integer)

    page (default to 0)

  • :request_type (String)

    request_type

  • :size (Integer)

    size (default to 25)

  • :start_date (DateTime)

    start_date (default to null)

  • :vendor_name (String)

    vendor_name

Returns:



145
146
147
148
# File 'lib/integration_api/api/utils_api.rb', line 145

def get_audit_log_all_using_get(opts = {})
  data, _status_code, _headers = get_audit_log_all_using_get_with_http_info(opts)
  data
end