DocuSign.Api.ConnectEvents.connect_log_get_connect_log
You're seeing just the function
connect_log_get_connect_log
, go back to DocuSign.Api.ConnectEvents module for more information.
Link to this function
connect_log_get_connect_log(connection, account_id, log_id, opts \\ [])
View SourceSpecs
connect_log_get_connect_log( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.ConnectLog.t()} | {:error, Tesla.Env.t()}
Get the specified Connect log entry. Retrieves the specified Connect log entry 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.
- log_id (String.t): The ID of the connect log entry
- opts (KeywordList): [optional] Optional parameters
- :additional_info (String.t): When true, the connectDebugLog information is included in the response.
Returns
} on success {:error, info} on failure