DocuSign.Api.ConnectEvents.connect_log_get_connect_logs
You're seeing just the function
connect_log_get_connect_logs
, go back to DocuSign.Api.ConnectEvents module for more information.
Specs
connect_log_get_connect_logs(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.ConnectEvents.t()} | {:error, Tesla.Env.t()}
Gets the Connect log. Retrieves a list of connect log entries for your account. ###### Note: The `enableLog` setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :from_date (String.t): Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created.
- :to_date (String.t): End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date.
Returns
} on success {:error, info} on failure