DocuSign.Api.ConnectEvents.connect_failures_get_connect_logs
You're seeing just the function
connect_failures_get_connect_logs
, go back to DocuSign.Api.ConnectEvents module for more information.
Link to this function
connect_failures_get_connect_logs(connection, account_id, opts \\ [])
View SourceSpecs
connect_failures_get_connect_logs(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.ConnectEvents.t()} | {:error, Tesla.Env.t()}
Gets the Connect failure log information. Retrieves the Connect Failure Log information. It can be used to determine which envelopes failed to post, so a republish request can be created.
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