Method: DocuSign_eSign::DiagnosticsApi#list_request_logs

Defined in:
lib/docusign_esign/api/diagnostics_api.rb

#list_request_logs(options = DocuSign_eSign::ListRequestLogsOptions.default) ⇒ ApiRequestLogsResult

Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to application/json or application/xml, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below.

Parameters:

  • DocuSign_eSign::ListRequestLogsOptions

    Options for modifying the behavior of the function.

Returns:



265
266
267
268
# File 'lib/docusign_esign/api/diagnostics_api.rb', line 265

def list_request_logs(options = DocuSign_eSign::ListRequestLogsOptions.default)
  data, _status_code, _headers = list_request_logs_with_http_info(options)
  return data
end