DocuSign.Api.RequestLogs.api_request_log_get_request_logs
You're seeing just the function
api_request_log_get_request_logs
, go back to DocuSign.Api.RequestLogs module for more information.
Specs
api_request_log_get_request_logs(Tesla.Env.client(), keyword()) :: {:ok, DocuSign.Model.ApiRequestLogsResult.t()} | {:error, Tesla.Env.t()}
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
- connection (DocuSign.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
- :encoding (String.t):
Returns
} on success {:error, info} on failure