| ▼NDocuSign | |
| ▼NWebForms | |
| ▼NApi | |
| ▼CFormInstanceManagementApi | Represents a collection of functions to interact with the API endpoints |
| CListInstancesOptions | List instances List all the instances of a web form in an account. When filtered by clientUserId, it will return instances having same clientUserId |
| ▼CFormManagementApi | Represents a collection of functions to interact with the API endpoints |
| CGetFormOptions | Get Form Retrieves form information filter by form id and state. The `state` parameter is optional and can accept value from `draft, active`. |
| CListFormsOptions | List Forms List all the forms for the active user that can be in an active or draft state |
| CIFormInstanceManagementApi | Represents a collection of functions to interact with the API endpoints |
| CIFormManagementApi | Represents a collection of functions to interact with the API endpoints |
| ▼NClient | |
| ▼NAuth | |
| ▼COAuth | |
| COAuthToken | |
| ▼CUserInfo | |
| CAccount | Account model with the following properties: accountId: the account ID GUID. isDefault: whether this is the default account, when the user has access to multiple accounts. accountName: the human-readable name of the account. baseUri: the base URI associated with this account. It also tells which Docusign data center the account is hosted on. |
| CLink | Link model with the following properties: rel: currently the only value is "self". href: the direct link of the organization. |
| COrganization | Organization model with the following properties: organizationId: the organization ID GUID if Docusign Org Admin is enabled. links: this is list of organization direct links associated with the Docusign account. |
| CApiClient | API client is mainly responsible for making the HTTP call to the API backend. |
| CApiException | API Exception |
| CApiResponse | API Response |
| CConfiguration | Represents a set of configuration settings |
| CDocuSignClient | DocuSignClient is mainly responsible for facilitating HTTP calls to the Docusign APIs. |
| CDocuSignRequest | |
| CDocuSignResponse | |
| CFileParameter | |
| CGlobalConfiguration | GlobalConfiguration provides a compile-time extension point for globally configuring API Clients. |
| CIApiAccessor | Represents configuration aspects required to interact with the API endpoints. |
| CIHttpClient | |
| CIReadableConfiguration | Represents a readable-only configuration contract. |
| CSwaggerDateConverter | Formatter for 'date' swagger formats ss defined by full-date - RFC3339 see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types |
| CSystemNetHttpClient | |
| ▼NModel | |
| CCreateInstanceRequestBody | Request body containing properties that will be used to create instance. |
| CHttpError | An error occurred while processing a request. Source - https://www.baeldung.com/rest-api-error-handling-best-practices |
| CHttpSuccess | A simple response indicating success when no extra data is needed |
| CTags | List of tags provided by the user with each request. This field is optional. |
| CTemplateProperties | Information about a DocuSign template that will be used to seed a web form. |
| CUpdateInstanceRequestBody | Request body containing properties that needs to be updated. |
| CWebForm | An object that fully describes an instance of a form |
| CWebFormComponent | Each component type contains additional properties |
| CWebFormComponentsMap | The components map for the web form |
| CWebFormContent | Container for the components map used during configuration and data collection |
| CWebFormInstance | An object that contains the Web Form Instance required to render it and its metadata such as created by, created time |
| CWebFormInstanceEnvelopes | WebFormInstanceEnvelopes |
| CWebFormInstanceList | A list of web form instance items. |
| CWebFormInstanceMetadata | Web Form Instance metadata containing information like created by, created time, etc. |
| CWebFormMetadata | Form metadata |
| CWebFormProperties | General information about the web form that is consistent across versions |
| CWebFormPublishedNames | A collection of the published component name and its corresponding type |
| CWebFormSummary | An object that summarizes an instance of a form that can be used to display a listing |
| CWebFormSummaryList | A list of web form summary items. |
| CWebFormUserInfo | Information about a DocuSign system user. The user exists within the account associated with the form. |
| CWebFormValues | Key-value pairs (where key is the component name and value is the form value) used to create a form instance. For key of type TextBox, Email, Date, Select and RadioButtonGroup the value is of string type. For key of type Number, the value is of number type. For key of type of CheckboxGroup, the value is of type array of string. |