DocuSign Node.js API client..
The index module provides access to constructors for all the classes which comprise the public API.
An AMD (recommended!) or CommonJS application will generally do something equivalent to the following:
var Docusign = require('index'); // See note below*.
var xxxSvc = new Docusign.XxxApi(); // Allocate the API class we're going to use.
var yyyModel = new Docusign.Yyy(); // Construct a model instance.
yyyModel.someProperty = 'someValue';
...
var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service.
...
*NOTE: For a top-level AMD script, use require(['index'], function(){...})
and put the application logic within the callback function.
A non-AMD browser application (discouraged) might do something like this:
var xxxSvc = new Docusign.XxxApi(); // Allocate the API class we're going to use. var yyy = new Docusign.Yyy(); // Construct a model instance. yyyModel.someProperty = 'someValue'; ... var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service. ...
Members
(static) AccessTokenResponse
Properties:
| Type | Description |
|---|---|
| module:model/AccessTokenResponse |
The AccessTokenResponse model constructor.
(static) AccessTokenTokenTypes
Properties:
| Type | Description |
|---|---|
| module:model/AccessTokenTokenTypes |
The AccessTokenTokenTypes model constructor.
(static) ApiClient
Properties:
| Type | Description |
|---|---|
| module:ApiClient |
The ApiClient constructor.
(static) CancelResponse
Properties:
| Type | Description |
|---|---|
| module:model/CancelResponse |
The CancelResponse model constructor.
(static) Configuration
Properties:
| Type | Description |
|---|---|
| module:Configuration |
The configuration constructor.
(static) CreateOrUpdateWorkflowDefinitionRequestBody
Properties:
| Type | Description |
|---|---|
| module:model/CreateOrUpdateWorkflowDefinitionRequestBody |
The CreateOrUpdateWorkflowDefinitionRequestBody model constructor.
(static) DeploymentStatus
Properties:
| Type | Description |
|---|---|
| module:model/DeploymentStatus |
The DeploymentStatus model constructor.
(static) DeployRequest
Properties:
| Type | Description |
|---|---|
| module:model/DeployRequest |
The DeployRequest model constructor.
(static) DeployResponse
Properties:
| Type | Description |
|---|---|
| module:model/DeployResponse |
The DeployResponse model constructor.
(static) DeployStatus
Properties:
| Type | Description |
|---|---|
| module:model/DeployStatus |
The DeployStatus model constructor.
(static) DSDocGenStep
Properties:
| Type | Description |
|---|---|
| module:model/DSDocGenStep |
The DSDocGenStep model constructor.
(static) DSDocGenStepInput
Properties:
| Type | Description |
|---|---|
| module:model/DSDocGenStepInput |
The DSDocGenStepInput model constructor.
(static) DSDoUntilStep
Properties:
| Type | Description |
|---|---|
| module:model/DSDoUntilStep |
The DSDoUntilStep model constructor.
(static) DSIdvStep
Properties:
| Type | Description |
|---|---|
| module:model/DSIdvStep |
The DSIdvStep model constructor.
(static) DSIdvStepInput
Properties:
| Type | Description |
|---|---|
| module:model/DSIdvStepInput |
The DSIdvStepInput model constructor.
(static) DSIfElseStep
Properties:
| Type | Description |
|---|---|
| module:model/DSIfElseStep |
The DSIfElseStep model constructor.
(static) DSLoopStep
Properties:
| Type | Description |
|---|---|
| module:model/DSLoopStep |
The DSLoopStep model constructor.
(static) DSParallelStep
Properties:
| Type | Description |
|---|---|
| module:model/DSParallelStep |
The DSParallelStep model constructor.
(static) DSServiceStep
Properties:
| Type | Description |
|---|---|
| module:model/DSServiceStep |
The DSServiceStep model constructor.
(static) DSSignStep
Properties:
| Type | Description |
|---|---|
| module:model/DSSignStep |
The DSSignStep model constructor.
(static) DSSignStepInput
Properties:
| Type | Description |
|---|---|
| module:model/DSSignStepInput |
The DSSignStepInput model constructor.
(static) DSTransformationStep
Properties:
| Type | Description |
|---|---|
| module:model/DSTransformationStep |
The DSTransformationStep model constructor.
(static) DSWebFormsStep
Properties:
| Type | Description |
|---|---|
| module:model/DSWebFormsStep |
The DSWebFormsStep model constructor.
(static) DSWebFormsStepConfig
Properties:
| Type | Description |
|---|---|
| module:model/DSWebFormsStepConfig |
The DSWebFormsStepConfig model constructor.
(static) DSWorkflowBooleanExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowBooleanExpression |
The DSWorkflowBooleanExpression model constructor.
(static) DSWorkflowComparisonExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowComparisonExpression |
The DSWorkflowComparisonExpression model constructor.
(static) DSWorkflowComparisonOperatorTypes
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowComparisonOperatorTypes |
The DSWorkflowComparisonOperatorTypes model constructor.
(static) DSWorkflowConcatExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowConcatExpression |
The DSWorkflowConcatExpression model constructor.
(static) DSWorkflowDocGenDocOutputFormat
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowDocGenDocOutputFormat |
The DSWorkflowDocGenDocOutputFormat model constructor.
(static) DSWorkflowExpressionTypesBooleanExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowExpressionTypesBooleanExpression |
The DSWorkflowExpressionTypesBooleanExpression model constructor.
(static) DSWorkflowExpressionTypesComparisonExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowExpressionTypesComparisonExpression |
The DSWorkflowExpressionTypesComparisonExpression model constructor.
(static) DSWorkflowExpressionTypesParallelExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowExpressionTypesParallelExpression |
The DSWorkflowExpressionTypesParallelExpression model constructor.
(static) DSWorkflowIndexOfExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowIndexOfExpression |
The DSWorkflowIndexOfExpression model constructor.
(static) DSWorkflowLane
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowLane |
The DSWorkflowLane model constructor.
(static) DSWorkflowLanesRecord
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowLanesRecord |
The DSWorkflowLanesRecord model constructor.
(static) DSWorkflowLastIndexOfExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowLastIndexOfExpression |
The DSWorkflowLastIndexOfExpression model constructor.
(static) DSWorkflowLogicalOperatorTypes
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowLogicalOperatorTypes |
The DSWorkflowLogicalOperatorTypes model constructor.
(static) DSWorkflowParallelExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowParallelExpression |
The DSWorkflowParallelExpression model constructor.
(static) DSWorkflowParticipantRecord
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowParticipantRecord |
The DSWorkflowParticipantRecord model constructor.
(static) DSWorkflowReplaceExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowReplaceExpression |
The DSWorkflowReplaceExpression model constructor.
(static) DSWorkflowStep
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStep |
The DSWorkflowStep model constructor.
(static) DSWorkflowStepTypesDoUntil
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDoUntil |
The DSWorkflowStepTypesDoUntil model constructor.
(static) DSWorkflowStepTypesDSDocGen
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDSDocGen |
The DSWorkflowStepTypesDSDocGen model constructor.
(static) DSWorkflowStepTypesDSIdv
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDSIdv |
The DSWorkflowStepTypesDSIdv model constructor.
(static) DSWorkflowStepTypesDSIfElse
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDSIfElse |
The DSWorkflowStepTypesDSIfElse model constructor.
(static) DSWorkflowStepTypesDSSign
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDSSign |
The DSWorkflowStepTypesDSSign model constructor.
(static) DSWorkflowStepTypesDSTransformation
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDSTransformation |
The DSWorkflowStepTypesDSTransformation model constructor.
(static) DSWorkflowStepTypesDSWebForms
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesDSWebForms |
The DSWorkflowStepTypesDSWebForms model constructor.
(static) DSWorkflowStepTypesLoop
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesLoop |
The DSWorkflowStepTypesLoop model constructor.
(static) DSWorkflowStepTypesParallel
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowStepTypesParallel |
The DSWorkflowStepTypesParallel model constructor.
(static) DSWorkflowSubstringExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowSubstringExpression |
The DSWorkflowSubstringExpression model constructor.
(static) DSWorkflowToLowerExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowToLowerExpression |
The DSWorkflowToLowerExpression model constructor.
(static) DSWorkflowToUpperExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowToUpperExpression |
The DSWorkflowToUpperExpression model constructor.
(static) DSWorkflowTransformationExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpression |
The DSWorkflowTransformationExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesConcatExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesConcatExpression |
The DSWorkflowTransformationExpressionTypesConcatExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesIndexOfExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesIndexOfExpression |
The DSWorkflowTransformationExpressionTypesIndexOfExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesLastIndexOfExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesLastIndexOfExpression |
The DSWorkflowTransformationExpressionTypesLastIndexOfExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesReplaceExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesReplaceExpression |
The DSWorkflowTransformationExpressionTypesReplaceExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesSubstringExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesSubstringExpression |
The DSWorkflowTransformationExpressionTypesSubstringExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesToLowerExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesToLowerExpression |
The DSWorkflowTransformationExpressionTypesToLowerExpression model constructor.
(static) DSWorkflowTransformationExpressionTypesToUpperExpression
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTransformationExpressionTypesToUpperExpression |
The DSWorkflowTransformationExpressionTypesToUpperExpression model constructor.
(static) DSWorkflowTrigger
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTrigger |
The DSWorkflowTrigger model constructor.
(static) DSWorkflowTriggerTypes
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowTriggerTypes |
The DSWorkflowTriggerTypes model constructor.
(static) DSWorkflowVariable
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariable |
The DSWorkflowVariable model constructor.
(static) DSWorkflowVariableFromParticipant
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariableFromParticipant |
The DSWorkflowVariableFromParticipant model constructor.
(static) DSWorkflowVariableFromStep
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariableFromStep |
The DSWorkflowVariableFromStep model constructor.
(static) DSWorkflowVariableFromVariable
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariableFromVariable |
The DSWorkflowVariableFromVariable model constructor.
(static) DSWorkflowVariableRecord
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariableRecord |
The DSWorkflowVariableRecord model constructor.
(static) DSWorkflowVariableSourceTypesStep
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariableSourceTypesStep |
The DSWorkflowVariableSourceTypesStep model constructor.
(static) DSWorkflowVariableSourceTypesVariable
Properties:
| Type | Description |
|---|---|
| module:model/DSWorkflowVariableSourceTypesVariable |
The DSWorkflowVariableSourceTypesVariable model constructor.
(static) ErrorCodes
Properties:
| Type | Description |
|---|---|
| module:model/ErrorCodes |
The ErrorCodes model constructor.
(static) ErrorResponse
Properties:
| Type | Description |
|---|---|
| module:model/ErrorResponse |
The ErrorResponse model constructor.
(static) ESignDocumentFromESignTemplate
Properties:
| Type | Description |
|---|---|
| module:model/ESignDocumentFromESignTemplate |
The ESignDocumentFromESignTemplate model constructor.
(static) ESignDocumentFromPreviousStep
Properties:
| Type | Description |
|---|---|
| module:model/ESignDocumentFromPreviousStep |
The ESignDocumentFromPreviousStep model constructor.
(static) ESignDocuments
Properties:
| Type | Description |
|---|---|
| module:model/ESignDocuments |
The ESignDocuments model constructor.
(static) ESignDocumentTypesFromDSTemplate
Properties:
| Type | Description |
|---|---|
| module:model/ESignDocumentTypesFromDSTemplate |
The ESignDocumentTypesFromDSTemplate model constructor.
(static) ESignDocumentTypesFromPreviousStep
Properties:
| Type | Description |
|---|---|
| module:model/ESignDocumentTypesFromPreviousStep |
The ESignDocumentTypesFromPreviousStep model constructor.
(static) ESignLocalePolicy
Properties:
| Type | Description |
|---|---|
| module:model/ESignLocalePolicy |
The ESignLocalePolicy model constructor.
(static) ESignSigner
Properties:
| Type | Description |
|---|---|
| module:model/ESignSigner |
The ESignSigner model constructor.
(static) ESignTabs
Properties:
| Type | Description |
|---|---|
| module:model/ESignTabs |
The ESignTabs model constructor.
(static) ESignTabsRecord
Properties:
| Type | Description |
|---|---|
| module:model/ESignTabsRecord |
The ESignTabsRecord model constructor.
(static) EventTypes
Properties:
| Type | Description |
|---|---|
| module:model/EventTypes |
The EventTypes model constructor.
(static) GetConfigurationInstanceResponse
Properties:
| Type | Description |
|---|---|
| module:model/GetConfigurationInstanceResponse |
The GetConfigurationInstanceResponse model constructor.
(static) GetConfigurationInstancesResponse
Properties:
| Type | Description |
|---|---|
| module:model/GetConfigurationInstancesResponse |
The GetConfigurationInstancesResponse model constructor.
(static) GetConfigurationInstancesResponseConfigInstances
Properties:
| Type | Description |
|---|---|
| module:model/GetConfigurationInstancesResponseConfigInstances |
The GetConfigurationInstancesResponseConfigInstances model constructor.
(static) HttpTypes
Properties:
| Type | Description |
|---|---|
| module:model/HttpTypes |
The HttpTypes model constructor.
(static) InvalidWorkflowResponse
Properties:
| Type | Description |
|---|---|
| module:model/InvalidWorkflowResponse |
The InvalidWorkflowResponse model constructor.
(static) NewOrUpdatedWorkflowDefinitionResponse
Properties:
| Type | Description |
|---|---|
| module:model/NewOrUpdatedWorkflowDefinitionResponse |
The NewOrUpdatedWorkflowDefinitionResponse model constructor.
(static) NumberOrVariable
Properties:
| Type | Description |
|---|---|
| module:model/NumberOrVariable |
The NumberOrVariable model constructor.
(static) Participant
Properties:
| Type | Description |
|---|---|
| module:model/Participant |
The Participant model constructor.
(static) ProgressInstance
Properties:
| Type | Description |
|---|---|
| module:model/ProgressInstance |
The ProgressInstance model constructor.
(static) RecordStringBoolean
Properties:
| Type | Description |
|---|---|
| module:model/RecordStringBoolean |
The RecordStringBoolean model constructor.
(static) RecordStringOrVariableOrTransformation
Properties:
| Type | Description |
|---|---|
| module:model/RecordStringOrVariableOrTransformation |
The RecordStringOrVariableOrTransformation model constructor.
(static) RecordToNever
Properties:
| Type | Description |
|---|---|
| module:model/RecordToNever |
The RecordToNever model constructor.
(static) ReplicationStatus
Properties:
| Type | Description |
|---|---|
| module:model/ReplicationStatus |
The ReplicationStatus model constructor.
(static) StartedByInstance
Properties:
| Type | Description |
|---|---|
| module:model/StartedByInstance |
The StartedByInstance model constructor.
(static) StringOrVariableOrTransformation
Properties:
| Type | Description |
|---|---|
| module:model/StringOrVariableOrTransformation |
The StringOrVariableOrTransformation model constructor.
(static) SuccessMessageResponse
Properties:
| Type | Description |
|---|---|
| module:model/SuccessMessageResponse |
The SuccessMessageResponse model constructor.
(static) TriggerPayload
Properties:
| Type | Description |
|---|---|
| module:model/TriggerPayload |
The TriggerPayload model constructor.
(static) TriggerWorkflowViaPostResponse
Properties:
| Type | Description |
|---|---|
| module:model/TriggerWorkflowViaPostResponse |
The TriggerWorkflowViaPostResponse model constructor.
(static) ValidationErrors
Properties:
| Type | Description |
|---|---|
| module:model/ValidationErrors |
The ValidationErrors model constructor.
(static) WorkflowDefinition
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowDefinition |
The WorkflowDefinition model constructor.
(static) WorkflowDefinitionList
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowDefinitionList |
The WorkflowDefinitionList model constructor.
(static) WorkflowDefinitionMetadata
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowDefinitionMetadata |
The WorkflowDefinitionMetadata model constructor.
(static) WorkflowDefinitionWithId
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowDefinitionWithId |
The WorkflowDefinitionWithId model constructor.
(static) WorkflowDeleteResponse
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowDeleteResponse |
The WorkflowDeleteResponse model constructor.
(static) WorkflowInstance
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowInstance |
The WorkflowInstance model constructor.
(static) WorkflowInstanceManagementApi
Properties:
| Type | Description |
|---|---|
| module:api/WorkflowInstanceManagementApi |
The WorkflowInstanceManagementApi service constructor.
(static) WorkflowInstanceMap
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowInstanceMap |
The WorkflowInstanceMap model constructor.
(static) WorkflowInstancesList
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowInstancesList |
The WorkflowInstancesList model constructor.
(static) WorkflowInstanceState
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowInstanceState |
The WorkflowInstanceState model constructor.
(static) WorkflowManagementApi
Properties:
| Type | Description |
|---|---|
| module:api/WorkflowManagementApi |
The WorkflowManagementApi service constructor.
(static) WorkflowMetadataStatus
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowMetadataStatus |
The WorkflowMetadataStatus model constructor.
(static) WorkflowStepError
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowStepError |
The WorkflowStepError model constructor.
(static) WorkflowStepErrorError
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowStepErrorError |
The WorkflowStepErrorError model constructor.
(static) WorkflowStepHistory
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowStepHistory |
The WorkflowStepHistory model constructor.
(static) WorkflowStepHistoryList
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowStepHistoryList |
The WorkflowStepHistoryList model constructor.
(static) WorkflowStepHistoryState
Properties:
| Type | Description |
|---|---|
| module:model/WorkflowStepHistoryState |
The WorkflowStepHistoryState model constructor.
(static) WorkflowTriggerApi
Properties:
| Type | Description |
|---|---|
| module:api/WorkflowTriggerApi |
The WorkflowTriggerApi service constructor.