public class ConnectApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectApi.GetEventLogOptions |
class |
ConnectApi.ListEventFailureLogsOptions |
class |
ConnectApi.ListEventLogsOptions |
class |
ConnectApi.ListUsersOptions |
| Constructor and Description |
|---|
ConnectApi() |
ConnectApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ConnectCustomConfiguration |
createConfiguration(String accountId,
ConnectCustomConfiguration connectCustomConfiguration)
Creates a connect configuration for the specified account.
|
void |
deleteConfiguration(String accountId,
String connectId)
Deletes the specified connect configuration.
|
void |
deleteEventFailureLog(String accountId,
String failureId)
Deletes a Connect failure log entry.
|
void |
deleteEventLog(String accountId,
String logId)
Deletes a specified Connect log entry.
|
void |
deleteEventLogs(String accountId)
Gets a list of Connect log entries.
|
MobileNotifierConfigurationInformation |
deleteMobileNotifiers(String accountId,
MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)
Reserved Reserved:
|
ApiClient |
getApiClient() |
ConnectConfigResults |
getConfiguration(String accountId,
String connectId)
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration.\n\n###### Note: Connect must be enabled for your account to use this function.
|
ConnectLog |
getEventLog(String accountId,
String logId)
Get the specified Connect log entry.
|
ConnectLog |
getEventLog(String accountId,
String logId,
ConnectApi.GetEventLogOptions options)
Get the specified Connect log entry.
|
ConnectConfigResults |
listConfigurations(String accountId)
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account.\n\n###### Note: Connect must be enabled for your account to use this function.
|
ConnectLogs |
listEventFailureLogs(String accountId)
Gets the Connect failure log information.
|
ConnectLogs |
listEventFailureLogs(String accountId,
ConnectApi.ListEventFailureLogsOptions options)
Gets the Connect failure log information.
|
ConnectLogs |
listEventLogs(String accountId)
Gets the Connect log.
|
ConnectLogs |
listEventLogs(String accountId,
ConnectApi.ListEventLogsOptions options)
Gets the Connect log.
|
MobileNotifierConfigurationInformation |
listMobileNotifiers(String accountId)
Reserved Reserved:
|
IntegratedUserInfoList |
listUsers(String accountId,
String connectId)
Returns users from the configured Connect service.
|
IntegratedUserInfoList |
listUsers(String accountId,
String connectId,
ConnectApi.ListUsersOptions options)
Returns users from the configured Connect service.
|
ConnectFailureResults |
retryEventForEnvelope(String accountId,
String envelopeId)
Republishes Connect information for the specified envelope.
|
ConnectFailureResults |
retryEventForEnvelopes(String accountId,
ConnectFailureFilter connectFailureFilter)
Republishes Connect information for multiple envelopes.
|
void |
setApiClient(ApiClient apiClient) |
ConnectCustomConfiguration |
updateConfiguration(String accountId,
ConnectCustomConfiguration connectCustomConfiguration)
Updates a specified Connect configuration.
|
MobileNotifierConfigurationInformation |
updateMobileNotifiers(String accountId,
MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)
Reserved Reserved:
|
public ConnectApi()
public ConnectApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ConnectConfigResults listConfigurations(String accountId) throws ApiException
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account.\n\n###### Note: Connect must be enabled for your account to use this function. This does not retrieve information for Connect configurations for Box, eOriginal, or Salesforce.
accountId - The external account number (int) or account ID Guid.ConnectApi.ListConfigurationsOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectCustomConfiguration updateConfiguration(String accountId, ConnectCustomConfiguration connectCustomConfiguration) throws ApiException
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account.\n\n###### Note: Connect must be enabled for your account to use this function. This cannot be used to update Connect configurations for Box, eOriginal, or Salesforce.
accountId - The external account number (int) or account ID Guid.ConnectApi.UpdateConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectCustomConfiguration createConfiguration(String accountId, ConnectCustomConfiguration connectCustomConfiguration) throws ApiException
Creates a connect configuration for the specified account. Creates a DocuSign Custom Connect definition for your account. DocuSign Connect enables the sending of real-time data updates to external applications. These updates are generated by user transactions as the envelope progresses through actions to completion. The Connect Service provides updated information about the status of these transactions and returns updates that include the actual content of document form fields. Be aware that, these updates might or might not include the document itself. For more information about Connect, see the [ML:DocuSign Connect Service Guide].\n\n###### Note: Connect must be enabled for your account to use this function. This cannot be used to set up Connect configurations for Salesforce or eOriginal.
accountId - The external account number (int) or account ID Guid.ConnectApi.CreateConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectFailureResults retryEventForEnvelopes(String accountId, ConnectFailureFilter connectFailureFilter) throws ApiException
Republishes Connect information for multiple envelopes. Republishes Connect information for the specified set of envelopes. The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [ML:GetConnectLog] retrieve the failure log.
accountId - The external account number (int) or account ID Guid.ConnectApi.RetryEventForEnvelopesOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectFailureResults retryEventForEnvelope(String accountId, String envelopeId) throws ApiException
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope.
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ConnectApi.RetryEventForEnvelopeOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectLogs listEventFailureLogs(String accountId) throws ApiException
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.
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic ConnectLogs listEventFailureLogs(String accountId, ConnectApi.ListEventFailureLogsOptions options) throws ApiException
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.
accountId - The external account number (int) or account ID Guid.ConnectApi.ListEventFailureLogsOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteEventFailureLog(String accountId, String failureId) throws ApiException
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry.
accountId - The external account number (int) or account ID Guid.failureId - The ID of the failed connect log entry.ConnectApi.DeleteEventFailureLogOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectLogs listEventLogs(String accountId) throws ApiException
Gets the Connect log. Retrieves a list of connect log entries for your account.\n\n###### 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.
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic ConnectLogs listEventLogs(String accountId, ConnectApi.ListEventLogsOptions options) throws ApiException
Gets the Connect log. Retrieves a list of connect log entries for your account.\n\n###### 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.
accountId - The external account number (int) or account ID Guid.ConnectApi.ListEventLogsOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteEventLogs(String accountId) throws ApiException
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account.\n\n###### Note: The enableLog property in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.
accountId - The external account number (int) or account ID Guid.ConnectApi.DeleteEventLogsOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectLog getEventLog(String accountId, String logId) throws ApiException
Get the specified Connect log entry. Retrieves the specified Connect log entry for your account.\n\n###### 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.
accountId - The external account number (int) or account ID Guid.logId - The ID of the connect log entryApiExceptionpublic ConnectLog getEventLog(String accountId, String logId, ConnectApi.GetEventLogOptions options) throws ApiException
Get the specified Connect log entry. Retrieves the specified Connect log entry for your account.\n\n###### 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.
accountId - The external account number (int) or account ID Guid.logId - The ID of the connect log entryConnectApi.GetEventLogOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteEventLog(String accountId, String logId) throws ApiException
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log.
accountId - The external account number (int) or account ID Guid.logId - The ID of the connect log entryConnectApi.DeleteEventLogOptions - Options for modifying the method behavior.ApiExceptionpublic MobileNotifierConfigurationInformation listMobileNotifiers(String accountId) throws ApiException
Reserved Reserved:
accountId - The external account number (int) or account ID Guid.ConnectApi.ListMobileNotifiersOptions - Options for modifying the method behavior.ApiExceptionpublic MobileNotifierConfigurationInformation updateMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation) throws ApiException
Reserved Reserved:
accountId - The external account number (int) or account ID Guid.ConnectApi.UpdateMobileNotifiersOptions - Options for modifying the method behavior.ApiExceptionpublic MobileNotifierConfigurationInformation deleteMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation) throws ApiException
Reserved Reserved:
accountId - The external account number (int) or account ID Guid.ConnectApi.DeleteMobileNotifiersOptions - Options for modifying the method behavior.ApiExceptionpublic ConnectConfigResults getConfiguration(String accountId, String connectId) throws ApiException
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration.\n\n###### Note: Connect must be enabled for your account to use this function.
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ConnectApi.GetConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteConfiguration(String accountId, String connectId) throws ApiException
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration.\n\n###### Note: Connect must be enabled for your account to use this function.
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ConnectApi.DeleteConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic IntegratedUserInfoList listUsers(String accountId, String connectId) throws ApiException
Returns users from the configured Connect service. Returns users from the configured Connect service.
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ApiExceptionpublic IntegratedUserInfoList listUsers(String accountId, String connectId, ConnectApi.ListUsersOptions options) throws ApiException
Returns users from the configured Connect service. Returns users from the configured Connect service.
accountId - The external account number (int) or account ID Guid.connectId - The ID of the custom Connect configuration being accessed.ConnectApi.ListUsersOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All Rights Reserved.