Docusign CSharp Docs
|
Represents a collection of functions to interact with the API endpoints More...
Classes | |
class | ListRequestLogsOptions |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. More... | |
Public Member Functions | |
DiagnosticsApi (DocuSignClient aplClient) | |
Initializes a new instance of the DiagnosticsApi class using AplClient object More... | |
String | GetBasePath () |
Gets the base path of the API client. More... | |
void | DeleteRequestLogs () |
Deletes the request log files. Deletes the request log files. More... | |
ApiResponse< Object > | DeleteRequestLogsWithHttpInfo () |
Deletes the request log files. Deletes the request log files. More... | |
async System.Threading.Tasks.Task | DeleteRequestLogsAsync () |
Deletes the request log files. Deletes the request log files. More... | |
async System.Threading.Tasks.Task< ApiResponse< Object > > | DeleteRequestLogsAsyncWithHttpInfo () |
Deletes the request log files. Deletes the request log files. More... | |
System.IO.Stream | GetRequestLog (string requestLogId) |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string. More... | |
ApiResponse< System.IO.Stream > | GetRequestLogWithHttpInfo (string requestLogId) |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string. More... | |
async System.Threading.Tasks.Task< System.IO.Stream > | GetRequestLogAsync (string requestLogId) |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string. More... | |
async System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > | GetRequestLogAsyncWithHttpInfo (string requestLogId) |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string. More... | |
DiagnosticsSettingsInformation | GetRequestLogSettings () |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries. More... | |
ApiResponse< DiagnosticsSettingsInformation > | GetRequestLogSettingsWithHttpInfo () |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries. More... | |
async System.Threading.Tasks.Task< DiagnosticsSettingsInformation > | GetRequestLogSettingsAsync () |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries. More... | |
async System.Threading.Tasks.Task< ApiResponse< DiagnosticsSettingsInformation > > | GetRequestLogSettingsAsyncWithHttpInfo () |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries. More... | |
ResourceInformation | GetResources () |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples. More... | |
ApiResponse< ResourceInformation > | GetResourcesWithHttpInfo () |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples. More... | |
async System.Threading.Tasks.Task< ResourceInformation > | GetResourcesAsync () |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples. More... | |
async System.Threading.Tasks.Task< ApiResponse< ResourceInformation > > | GetResourcesAsyncWithHttpInfo () |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples. More... | |
ServiceInformation | GetService () |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources. More... | |
ApiResponse< ServiceInformation > | GetServiceWithHttpInfo () |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources. More... | |
async System.Threading.Tasks.Task< ServiceInformation > | GetServiceAsync () |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources. More... | |
async System.Threading.Tasks.Task< ApiResponse< ServiceInformation > > | GetServiceAsyncWithHttpInfo () |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources. More... | |
ApiRequestLogsResult | ListRequestLogs (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. More... | |
ApiResponse< ApiRequestLogsResult > | ListRequestLogsWithHttpInfo (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. More... | |
async System.Threading.Tasks.Task< ApiRequestLogsResult > | ListRequestLogsAsync (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. More... | |
async System.Threading.Tasks.Task< ApiResponse< ApiRequestLogsResult > > | ListRequestLogsAsyncWithHttpInfo (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. More... | |
DiagnosticsSettingsInformation | UpdateRequestLogSettings (DiagnosticsSettingsInformation diagnosticsSettingsInformation=null) |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged. More... | |
ApiResponse< DiagnosticsSettingsInformation > | UpdateRequestLogSettingsWithHttpInfo (DiagnosticsSettingsInformation diagnosticsSettingsInformation=null) |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged. More... | |
async System.Threading.Tasks.Task< DiagnosticsSettingsInformation > | UpdateRequestLogSettingsAsync (DiagnosticsSettingsInformation diagnosticsSettingsInformation=null) |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged. More... | |
async System.Threading.Tasks.Task< ApiResponse< DiagnosticsSettingsInformation > > | UpdateRequestLogSettingsAsyncWithHttpInfo (DiagnosticsSettingsInformation diagnosticsSettingsInformation=null) |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged. More... | |
Public Member Functions inherited from DocuSign.eSign.Api.IDiagnosticsApi | |
ApiRequestLogsResult | ListRequestLogs (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. More... | |
ApiResponse< ApiRequestLogsResult > | ListRequestLogsWithHttpInfo (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. More... | |
System.Threading.Tasks.Task< ApiRequestLogsResult > | ListRequestLogsAsync (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. More... | |
System.Threading.Tasks.Task< ApiResponse< ApiRequestLogsResult > > | ListRequestLogsAsyncWithHttpInfo (DiagnosticsApi.ListRequestLogsOptions options=null) |
Gets the API request logging log files. 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 DiagnosticsApi class using AplClient object
aplClient | An instance of AplClient |
|
inline |
Deletes the request log files. Deletes the request log files.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Deletes the request log files. Deletes the request log files.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Deletes the request log files. Deletes the request log files.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Deletes the request log files. Deletes the request log files.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
|
inline |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
requestLogId |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
requestLogId |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
requestLogId |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets the API request logging settings. Retrieves the current API request logging setting for the user and remaining log entries. Response The response includes the current API request logging setting for the user, along with the maximum log entries and remaining log entries.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets a request logging log file. Retrieves information for a single log entry. Request The `requestLogfId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned. Response If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
requestLogId |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Lists resources for REST version specified Retrieves the base resources available for the DocuSign REST APIs. You do not need an integrator key to view the REST API versions and resources. Example: https://demo.docusign.net/restapi/v2 lists all of the base resources available in version 2 of the REST API on the DocuSign Demo system. To view descriptions and samples of the service operations for all versions, remove the version number and add /help to the URL. Example: https://demo.docusign.net/restapi/help lists the REST API operations on the DocuSign Demo system with XML and JSON request and response samples.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Retrieves the available REST API versions. Retrieves the available REST API versions. DocuSign Production system: https://www.docusign.net/restapi/service_information DocuSign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integrator key to view the REST API versions and resources.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Gets the API request logging log files. Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries. If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request. If the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
options | Options for modifying the behavior of the function. |
|
inline |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
diagnosticsSettingsInformation | (optional) |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
diagnosticsSettingsInformation | (optional) |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
diagnosticsSettingsInformation | (optional) |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
inline |
Enables or disables API request logging for troubleshooting. Enables or disables API request logging for troubleshooting. When enabled (`apiRequestLogging` is set to true), REST API requests and responses for the user are added to a log. A log can have up to 50 requests/responses and the current number of log entries can be determined by getting the settings. Logging is automatically disabled when the log limit of 50 is reached. You can call [ML:GetRequestLog] or [ML:GetRequestLogs] to download the log files (individually or as a zip file). Call [ML:DeleteRequestLogs] to clear the log by deleting current entries. Private information, such as passwords and integrator key information, which is normally located in the call header is omitted from the request/response log. ###### Note: API request logging only captures requests from the authenticated user. Any call that does not authenticate the user and resolve a userId isn't logged. Meaning that login_information, NewAccounts, or other distributor-credential calls are not logged.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
diagnosticsSettingsInformation | (optional) |
Implements DocuSign.eSign.Api.IDiagnosticsApi.
|
getset |
Gets or sets the ApiClient object
An instance of the ApiClient
|
getset |
Provides a factory method hook for the creation of exceptions.