Method: DocuSign_eSign::DiagnosticsApi#get_request_log_settings
- Defined in:
- lib/docusign_esign/api/diagnostics_api.rb
#get_request_log_settings ⇒ DiagnosticsSettingsInformation
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries.
129 130 131 132 |
# File 'lib/docusign_esign/api/diagnostics_api.rb', line 129 def get_request_log_settings() data, _status_code, _headers = get_request_log_settings_with_http_info() return data end |