Docusign CSharp Docs
|
Represents a collection of functions to interact with the API endpoints More...
Classes | |
class | GetConnectAllUsersOptions |
Returns all users from the configured Connect service. More... | |
class | GetEventLogOptions |
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. More... | |
class | ListEventFailureLogsOptions |
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. More... | |
class | ListEventLogsOptions |
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. More... | |
class | ListUsersOptions |
Returns users from the configured Connect service. Returns users from the configured Connect service. More... | |
Public Member Functions | |
ConnectApi (DocuSignClient aplClient) | |
Initializes a new instance of the ConnectApi class using AplClient object More... | |
String | GetBasePath () |
Gets the base path of the API client. More... | |
ConnectCustomConfiguration | CreateConfiguration (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
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]. ###### 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. More... | |
ApiResponse< ConnectCustomConfiguration > | CreateConfigurationWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
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]. ###### 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. More... | |
async System.Threading.Tasks.Task< ConnectCustomConfiguration > | CreateConfigurationAsync (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
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]. ###### 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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectCustomConfiguration > > | CreateConfigurationAsyncWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
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]. ###### 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. More... | |
ConnectOAuthConfig | CreateConnectOAuthConfig (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Sets the Connect OAuth Config for the account. More... | |
ApiResponse< ConnectOAuthConfig > | CreateConnectOAuthConfigWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Sets the Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ConnectOAuthConfig > | CreateConnectOAuthConfigAsync (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Sets the Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectOAuthConfig > > | CreateConnectOAuthConfigAsyncWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Sets the Connect OAuth Config for the account. More... | |
void | DeleteConfiguration (string accountId, string connectId) |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
ApiResponse< Object > | DeleteConfigurationWithHttpInfo (string accountId, string connectId) |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
async System.Threading.Tasks.Task | DeleteConfigurationAsync (string accountId, string connectId) |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
async System.Threading.Tasks.Task< ApiResponse< Object > > | DeleteConfigurationAsyncWithHttpInfo (string accountId, string connectId) |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
void | DeleteConnectOAuthConfig (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
ApiResponse< Object > | DeleteConnectOAuthConfigWithHttpInfo (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task | DeleteConnectOAuthConfigAsync (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ApiResponse< Object > > | DeleteConnectOAuthConfigAsyncWithHttpInfo (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
ConnectDeleteFailureResult | DeleteEventFailureLog (string accountId, string failureId) |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry. More... | |
ApiResponse< ConnectDeleteFailureResult > | DeleteEventFailureLogWithHttpInfo (string accountId, string failureId) |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry. More... | |
async System.Threading.Tasks.Task< ConnectDeleteFailureResult > | DeleteEventFailureLogAsync (string accountId, string failureId) |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectDeleteFailureResult > > | DeleteEventFailureLogAsyncWithHttpInfo (string accountId, string failureId) |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry. More... | |
void | DeleteEventLog (string accountId, string logId) |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log. More... | |
ApiResponse< Object > | DeleteEventLogWithHttpInfo (string accountId, string logId) |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log. More... | |
async System.Threading.Tasks.Task | DeleteEventLogAsync (string accountId, string logId) |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log. More... | |
async System.Threading.Tasks.Task< ApiResponse< Object > > | DeleteEventLogAsyncWithHttpInfo (string accountId, string logId) |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log. More... | |
void | DeleteEventLogs (string accountId) |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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. More... | |
ApiResponse< Object > | DeleteEventLogsWithHttpInfo (string accountId) |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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. More... | |
async System.Threading.Tasks.Task | DeleteEventLogsAsync (string accountId) |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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. More... | |
async System.Threading.Tasks.Task< ApiResponse< Object > > | DeleteEventLogsAsyncWithHttpInfo (string accountId) |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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. More... | |
MobileNotifierConfigurationInformation | DeleteMobileNotifiers (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
ApiResponse< MobileNotifierConfigurationInformation > | DeleteMobileNotifiersWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
async System.Threading.Tasks.Task< MobileNotifierConfigurationInformation > | DeleteMobileNotifiersAsync (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
async System.Threading.Tasks.Task< ApiResponse< MobileNotifierConfigurationInformation > > | DeleteMobileNotifiersAsyncWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
ConnectConfigResults | GetConfiguration (string accountId, string connectId) |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
ApiResponse< ConnectConfigResults > | GetConfigurationWithHttpInfo (string accountId, string connectId) |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
async System.Threading.Tasks.Task< ConnectConfigResults > | GetConfigurationAsync (string accountId, string connectId) |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectConfigResults > > | GetConfigurationAsyncWithHttpInfo (string accountId, string connectId) |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function. More... | |
IntegratedConnectUserInfoList | GetConnectAllUsers (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
ApiResponse< IntegratedConnectUserInfoList > | GetConnectAllUsersWithHttpInfo (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
async System.Threading.Tasks.Task< IntegratedConnectUserInfoList > | GetConnectAllUsersAsync (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
async System.Threading.Tasks.Task< ApiResponse< IntegratedConnectUserInfoList > > | GetConnectAllUsersAsyncWithHttpInfo (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
ConnectOAuthConfig | GetConnectOAuthConfig (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
ApiResponse< ConnectOAuthConfig > | GetConnectOAuthConfigWithHttpInfo (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ConnectOAuthConfig > | GetConnectOAuthConfigAsync (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectOAuthConfig > > | GetConnectOAuthConfigAsyncWithHttpInfo (string accountId) |
Sets the Connect OAuth Config for the account. More... | |
ConnectLog | GetEventLog (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
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. More... | |
ApiResponse< ConnectLog > | GetEventLogWithHttpInfo (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
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. More... | |
async System.Threading.Tasks.Task< ConnectLog > | GetEventLogAsync (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectLog > > | GetEventLogAsyncWithHttpInfo (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
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. More... | |
ConnectConfigResults | ListConfigurations (string accountId) |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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. More... | |
ApiResponse< ConnectConfigResults > | ListConfigurationsWithHttpInfo (string accountId) |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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. More... | |
async System.Threading.Tasks.Task< ConnectConfigResults > | ListConfigurationsAsync (string accountId) |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectConfigResults > > | ListConfigurationsAsyncWithHttpInfo (string accountId) |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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. More... | |
ConnectLogs | ListEventFailureLogs (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
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. More... | |
ApiResponse< ConnectLogs > | ListEventFailureLogsWithHttpInfo (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
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. More... | |
async System.Threading.Tasks.Task< ConnectLogs > | ListEventFailureLogsAsync (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectLogs > > | ListEventFailureLogsAsyncWithHttpInfo (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
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. More... | |
ConnectLogs | ListEventLogs (string accountId, ConnectApi.ListEventLogsOptions options=null) |
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. More... | |
ApiResponse< ConnectLogs > | ListEventLogsWithHttpInfo (string accountId, ConnectApi.ListEventLogsOptions options=null) |
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. More... | |
async System.Threading.Tasks.Task< ConnectLogs > | ListEventLogsAsync (string accountId, ConnectApi.ListEventLogsOptions options=null) |
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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectLogs > > | ListEventLogsAsyncWithHttpInfo (string accountId, ConnectApi.ListEventLogsOptions options=null) |
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. More... | |
MobileNotifierConfigurationInformation | ListMobileNotifiers (string accountId) |
Reserved Reserved: More... | |
ApiResponse< MobileNotifierConfigurationInformation > | ListMobileNotifiersWithHttpInfo (string accountId) |
Reserved Reserved: More... | |
async System.Threading.Tasks.Task< MobileNotifierConfigurationInformation > | ListMobileNotifiersAsync (string accountId) |
Reserved Reserved: More... | |
async System.Threading.Tasks.Task< ApiResponse< MobileNotifierConfigurationInformation > > | ListMobileNotifiersAsyncWithHttpInfo (string accountId) |
Reserved Reserved: More... | |
IntegratedUserInfoList | ListUsers (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. Returns users from the configured Connect service. More... | |
ApiResponse< IntegratedUserInfoList > | ListUsersWithHttpInfo (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. Returns users from the configured Connect service. More... | |
async System.Threading.Tasks.Task< IntegratedUserInfoList > | ListUsersAsync (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. Returns users from the configured Connect service. More... | |
async System.Threading.Tasks.Task< ApiResponse< IntegratedUserInfoList > > | ListUsersAsyncWithHttpInfo (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. Returns users from the configured Connect service. More... | |
ConnectFailureResults | RetryEventForEnvelope (string accountId, string envelopeId) |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope. More... | |
ApiResponse< ConnectFailureResults > | RetryEventForEnvelopeWithHttpInfo (string accountId, string envelopeId) |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope. More... | |
async System.Threading.Tasks.Task< ConnectFailureResults > | RetryEventForEnvelopeAsync (string accountId, string envelopeId) |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectFailureResults > > | RetryEventForEnvelopeAsyncWithHttpInfo (string accountId, string envelopeId) |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope. More... | |
ConnectFailureResults | RetryEventForEnvelopes (string accountId, ConnectFailureFilter connectFailureFilter=null) |
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. More... | |
ApiResponse< ConnectFailureResults > | RetryEventForEnvelopesWithHttpInfo (string accountId, ConnectFailureFilter connectFailureFilter=null) |
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. More... | |
async System.Threading.Tasks.Task< ConnectFailureResults > | RetryEventForEnvelopesAsync (string accountId, ConnectFailureFilter connectFailureFilter=null) |
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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectFailureResults > > | RetryEventForEnvelopesAsyncWithHttpInfo (string accountId, ConnectFailureFilter connectFailureFilter=null) |
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. More... | |
ConnectCustomConfiguration | UpdateConfiguration (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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. More... | |
ApiResponse< ConnectCustomConfiguration > | UpdateConfigurationWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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. More... | |
async System.Threading.Tasks.Task< ConnectCustomConfiguration > | UpdateConfigurationAsync (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectCustomConfiguration > > | UpdateConfigurationAsyncWithHttpInfo (string accountId, ConnectCustomConfiguration connectCustomConfiguration=null) |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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. More... | |
ConnectOAuthConfig | UpdateConnectOAuthConfig (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Updates the existing Connect OAuth Config for the account. More... | |
ApiResponse< ConnectOAuthConfig > | UpdateConnectOAuthConfigWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Updates the existing Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ConnectOAuthConfig > | UpdateConnectOAuthConfigAsync (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Updates the existing Connect OAuth Config for the account. More... | |
async System.Threading.Tasks.Task< ApiResponse< ConnectOAuthConfig > > | UpdateConnectOAuthConfigAsyncWithHttpInfo (string accountId, ConnectOAuthConfig connectOAuthConfig=null) |
Updates the existing Connect OAuth Config for the account. More... | |
MobileNotifierConfigurationInformation | UpdateMobileNotifiers (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
ApiResponse< MobileNotifierConfigurationInformation > | UpdateMobileNotifiersWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
async System.Threading.Tasks.Task< MobileNotifierConfigurationInformation > | UpdateMobileNotifiersAsync (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
async System.Threading.Tasks.Task< ApiResponse< MobileNotifierConfigurationInformation > > | UpdateMobileNotifiersAsyncWithHttpInfo (string accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation=null) |
Reserved Reserved: More... | |
Public Member Functions inherited from DocuSign.eSign.Api.IConnectApi | |
IntegratedConnectUserInfoList | GetConnectAllUsers (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
ApiResponse< IntegratedConnectUserInfoList > | GetConnectAllUsersWithHttpInfo (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
ConnectLog | GetEventLog (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
Get the specified Connect log entry. More... | |
ApiResponse< ConnectLog > | GetEventLogWithHttpInfo (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
Get the specified Connect log entry. More... | |
ConnectLogs | ListEventFailureLogs (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
Gets the Connect failure log information. More... | |
ApiResponse< ConnectLogs > | ListEventFailureLogsWithHttpInfo (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
Gets the Connect failure log information. More... | |
ConnectLogs | ListEventLogs (string accountId, ConnectApi.ListEventLogsOptions options=null) |
Gets the Connect log. More... | |
ApiResponse< ConnectLogs > | ListEventLogsWithHttpInfo (string accountId, ConnectApi.ListEventLogsOptions options=null) |
Gets the Connect log. More... | |
IntegratedUserInfoList | ListUsers (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. More... | |
ApiResponse< IntegratedUserInfoList > | ListUsersWithHttpInfo (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. More... | |
System.Threading.Tasks.Task< IntegratedConnectUserInfoList > | GetConnectAllUsersAsync (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
System.Threading.Tasks.Task< ApiResponse< IntegratedConnectUserInfoList > > | GetConnectAllUsersAsyncWithHttpInfo (string accountId, string connectId, ConnectApi.GetConnectAllUsersOptions options=null) |
Returns all users from the configured Connect service. More... | |
System.Threading.Tasks.Task< ConnectLog > | GetEventLogAsync (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
Get the specified Connect log entry. More... | |
System.Threading.Tasks.Task< ApiResponse< ConnectLog > > | GetEventLogAsyncWithHttpInfo (string accountId, string logId, ConnectApi.GetEventLogOptions options=null) |
Get the specified Connect log entry. More... | |
System.Threading.Tasks.Task< ConnectLogs > | ListEventFailureLogsAsync (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
Gets the Connect failure log information. More... | |
System.Threading.Tasks.Task< ApiResponse< ConnectLogs > > | ListEventFailureLogsAsyncWithHttpInfo (string accountId, ConnectApi.ListEventFailureLogsOptions options=null) |
Gets the Connect failure log information. More... | |
System.Threading.Tasks.Task< ConnectLogs > | ListEventLogsAsync (string accountId, ConnectApi.ListEventLogsOptions options=null) |
Gets the Connect log. More... | |
System.Threading.Tasks.Task< ApiResponse< ConnectLogs > > | ListEventLogsAsyncWithHttpInfo (string accountId, ConnectApi.ListEventLogsOptions options=null) |
Gets the Connect log. More... | |
System.Threading.Tasks.Task< IntegratedUserInfoList > | ListUsersAsync (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. More... | |
System.Threading.Tasks.Task< ApiResponse< IntegratedUserInfoList > > | ListUsersAsyncWithHttpInfo (string accountId, string connectId, ConnectApi.ListUsersOptions options=null) |
Returns users from the configured Connect service. More... | |
Properties | |
DocuSignClient | ApiClient [get, set] |
Gets or sets the ApiClient object More... | |
DocuSign.eSign.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Properties inherited from DocuSign.eSign.Client.IApiAccessor | |
DocuSignClient | ApiClient [get, set] |
Gets or sets the ApiClient object More... | |
ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the ConnectApi class using AplClient object
aplClient | An instance of AplClient |
|
inline |
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]. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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]. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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]. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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]. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes the specified connect configuration. Deletes the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
failureId | The ID of the failed connect log entry. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
failureId | The ID of the failed connect log entry. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
failureId | The ID of the failed connect log entry. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a Connect failure log entry. Deletes the Connect failure log information for the specified entry.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
failureId | The ID of the failed connect log entry. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Gets a list of Connect log entries. Retrieves a list of connect log entries for your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Deletes a specified Connect log entry. Deletes a specified entry from the Connect Log.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
|
inline |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Get a Connect Configuration Information Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Returns all users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Returns all users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Returns all users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Returns all users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Sets the Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
logId | The ID of the connect log entry |
options | Options for modifying the behavior of the function. |
|
inline |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Get Connect Configuration Information Retrieves all the DocuSign Custom Connect definitions for the specified account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Returns users from the configured Connect service. Returns users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Returns users from the configured Connect service. Returns users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Returns users from the configured Connect service. Returns users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Returns users from the configured Connect service. Returns users from the configured Connect service.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectId | The ID of the custom Connect configuration being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
envelopeId | The envelopeId Guid of the envelope being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
envelopeId | The envelopeId Guid of the envelope being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
envelopeId | The envelopeId Guid of the envelope being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectFailureFilter | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectFailureFilter | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectFailureFilter | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectFailureFilter | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Republishes Connect information for the specified envelope. Republishes Connect information for the specified envelope.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
envelopeId | The envelopeId Guid of the envelope being accessed. |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates a specified Connect configuration. Updates the specified DocuSign Connect configuration in your account. ###### 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.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectCustomConfiguration | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates the existing Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates the existing Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates the existing Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Updates the existing Connect OAuth Config for the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
connectOAuthConfig | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
inline |
Reserved Reserved:
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
mobileNotifierConfigurationInformation | (optional) |
Implements DocuSign.eSign.Api.IConnectApi.
|
getset |
Gets or sets the ApiClient object
An instance of the ApiClient
|
getset |
Provides a factory method hook for the creation of exceptions.