index

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.
...

Source:

Members

(static) AccessTokenResponse

Source:
Properties:
Type Description
module:model/AccessTokenResponse

The AccessTokenResponse model constructor.

(static) AccessTokenTokenTypes

Source:
Properties:
Type Description
module:model/AccessTokenTokenTypes

The AccessTokenTokenTypes model constructor.

(static) ApiClient

Source:
Properties:
Type Description
module:ApiClient

The ApiClient constructor.

(static) CancelResponse

Source:
Properties:
Type Description
module:model/CancelResponse

The CancelResponse model constructor.

(static) Configuration

Source:
Properties:
Type Description
module:Configuration

The configuration constructor.

(static) CreateOrUpdateWorkflowDefinitionRequestBody

Source:
Properties:
Type Description
module:model/CreateOrUpdateWorkflowDefinitionRequestBody

The CreateOrUpdateWorkflowDefinitionRequestBody model constructor.

(static) DeploymentStatus

Source:
Properties:
Type Description
module:model/DeploymentStatus

The DeploymentStatus model constructor.

(static) DeployRequest

Source:
Properties:
Type Description
module:model/DeployRequest

The DeployRequest model constructor.

(static) DeployResponse

Source:
Properties:
Type Description
module:model/DeployResponse

The DeployResponse model constructor.

(static) DeployStatus

Source:
Properties:
Type Description
module:model/DeployStatus

The DeployStatus model constructor.

(static) DSDocGenStep

Source:
Properties:
Type Description
module:model/DSDocGenStep

The DSDocGenStep model constructor.

(static) DSDocGenStepInput

Source:
Properties:
Type Description
module:model/DSDocGenStepInput

The DSDocGenStepInput model constructor.

(static) DSDoUntilStep

Source:
Properties:
Type Description
module:model/DSDoUntilStep

The DSDoUntilStep model constructor.

(static) DSIdvStep

Source:
Properties:
Type Description
module:model/DSIdvStep

The DSIdvStep model constructor.

(static) DSIdvStepInput

Source:
Properties:
Type Description
module:model/DSIdvStepInput

The DSIdvStepInput model constructor.

(static) DSIfElseStep

Source:
Properties:
Type Description
module:model/DSIfElseStep

The DSIfElseStep model constructor.

(static) DSLoopStep

Source:
Properties:
Type Description
module:model/DSLoopStep

The DSLoopStep model constructor.

(static) DSParallelStep

Source:
Properties:
Type Description
module:model/DSParallelStep

The DSParallelStep model constructor.

(static) DSServiceStep

Source:
Properties:
Type Description
module:model/DSServiceStep

The DSServiceStep model constructor.

(static) DSSignStep

Source:
Properties:
Type Description
module:model/DSSignStep

The DSSignStep model constructor.

(static) DSSignStepInput

Source:
Properties:
Type Description
module:model/DSSignStepInput

The DSSignStepInput model constructor.

(static) DSTransformationStep

Source:
Properties:
Type Description
module:model/DSTransformationStep

The DSTransformationStep model constructor.

(static) DSWebFormsStep

Source:
Properties:
Type Description
module:model/DSWebFormsStep

The DSWebFormsStep model constructor.

(static) DSWebFormsStepConfig

Source:
Properties:
Type Description
module:model/DSWebFormsStepConfig

The DSWebFormsStepConfig model constructor.

(static) DSWorkflowBooleanExpression

Source:
Properties:
Type Description
module:model/DSWorkflowBooleanExpression

The DSWorkflowBooleanExpression model constructor.

(static) DSWorkflowComparisonExpression

Source:
Properties:
Type Description
module:model/DSWorkflowComparisonExpression

The DSWorkflowComparisonExpression model constructor.

(static) DSWorkflowComparisonOperatorTypes

Source:
Properties:
Type Description
module:model/DSWorkflowComparisonOperatorTypes

The DSWorkflowComparisonOperatorTypes model constructor.

(static) DSWorkflowConcatExpression

Source:
Properties:
Type Description
module:model/DSWorkflowConcatExpression

The DSWorkflowConcatExpression model constructor.

(static) DSWorkflowDocGenDocOutputFormat

Source:
Properties:
Type Description
module:model/DSWorkflowDocGenDocOutputFormat

The DSWorkflowDocGenDocOutputFormat model constructor.

(static) DSWorkflowExpressionTypesBooleanExpression

Source:
Properties:
Type Description
module:model/DSWorkflowExpressionTypesBooleanExpression

The DSWorkflowExpressionTypesBooleanExpression model constructor.

(static) DSWorkflowExpressionTypesComparisonExpression

Source:
Properties:
Type Description
module:model/DSWorkflowExpressionTypesComparisonExpression

The DSWorkflowExpressionTypesComparisonExpression model constructor.

(static) DSWorkflowExpressionTypesParallelExpression

Source:
Properties:
Type Description
module:model/DSWorkflowExpressionTypesParallelExpression

The DSWorkflowExpressionTypesParallelExpression model constructor.

(static) DSWorkflowIndexOfExpression

Source:
Properties:
Type Description
module:model/DSWorkflowIndexOfExpression

The DSWorkflowIndexOfExpression model constructor.

(static) DSWorkflowLane

Source:
Properties:
Type Description
module:model/DSWorkflowLane

The DSWorkflowLane model constructor.

(static) DSWorkflowLanesRecord

Source:
Properties:
Type Description
module:model/DSWorkflowLanesRecord

The DSWorkflowLanesRecord model constructor.

(static) DSWorkflowLastIndexOfExpression

Source:
Properties:
Type Description
module:model/DSWorkflowLastIndexOfExpression

The DSWorkflowLastIndexOfExpression model constructor.

(static) DSWorkflowLogicalOperatorTypes

Source:
Properties:
Type Description
module:model/DSWorkflowLogicalOperatorTypes

The DSWorkflowLogicalOperatorTypes model constructor.

(static) DSWorkflowParallelExpression

Source:
Properties:
Type Description
module:model/DSWorkflowParallelExpression

The DSWorkflowParallelExpression model constructor.

(static) DSWorkflowParticipantRecord

Source:
Properties:
Type Description
module:model/DSWorkflowParticipantRecord

The DSWorkflowParticipantRecord model constructor.

(static) DSWorkflowReplaceExpression

Source:
Properties:
Type Description
module:model/DSWorkflowReplaceExpression

The DSWorkflowReplaceExpression model constructor.

(static) DSWorkflowStep

Source:
Properties:
Type Description
module:model/DSWorkflowStep

The DSWorkflowStep model constructor.

(static) DSWorkflowStepTypesDoUntil

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDoUntil

The DSWorkflowStepTypesDoUntil model constructor.

(static) DSWorkflowStepTypesDSDocGen

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDSDocGen

The DSWorkflowStepTypesDSDocGen model constructor.

(static) DSWorkflowStepTypesDSIdv

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDSIdv

The DSWorkflowStepTypesDSIdv model constructor.

(static) DSWorkflowStepTypesDSIfElse

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDSIfElse

The DSWorkflowStepTypesDSIfElse model constructor.

(static) DSWorkflowStepTypesDSSign

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDSSign

The DSWorkflowStepTypesDSSign model constructor.

(static) DSWorkflowStepTypesDSTransformation

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDSTransformation

The DSWorkflowStepTypesDSTransformation model constructor.

(static) DSWorkflowStepTypesDSWebForms

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesDSWebForms

The DSWorkflowStepTypesDSWebForms model constructor.

(static) DSWorkflowStepTypesLoop

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesLoop

The DSWorkflowStepTypesLoop model constructor.

(static) DSWorkflowStepTypesParallel

Source:
Properties:
Type Description
module:model/DSWorkflowStepTypesParallel

The DSWorkflowStepTypesParallel model constructor.

(static) DSWorkflowSubstringExpression

Source:
Properties:
Type Description
module:model/DSWorkflowSubstringExpression

The DSWorkflowSubstringExpression model constructor.

(static) DSWorkflowToLowerExpression

Source:
Properties:
Type Description
module:model/DSWorkflowToLowerExpression

The DSWorkflowToLowerExpression model constructor.

(static) DSWorkflowToUpperExpression

Source:
Properties:
Type Description
module:model/DSWorkflowToUpperExpression

The DSWorkflowToUpperExpression model constructor.

(static) DSWorkflowTransformationExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpression

The DSWorkflowTransformationExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesConcatExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesConcatExpression

The DSWorkflowTransformationExpressionTypesConcatExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesIndexOfExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesIndexOfExpression

The DSWorkflowTransformationExpressionTypesIndexOfExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesLastIndexOfExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesLastIndexOfExpression

The DSWorkflowTransformationExpressionTypesLastIndexOfExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesReplaceExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesReplaceExpression

The DSWorkflowTransformationExpressionTypesReplaceExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesSubstringExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesSubstringExpression

The DSWorkflowTransformationExpressionTypesSubstringExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesToLowerExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesToLowerExpression

The DSWorkflowTransformationExpressionTypesToLowerExpression model constructor.

(static) DSWorkflowTransformationExpressionTypesToUpperExpression

Source:
Properties:
Type Description
module:model/DSWorkflowTransformationExpressionTypesToUpperExpression

The DSWorkflowTransformationExpressionTypesToUpperExpression model constructor.

(static) DSWorkflowTrigger

Source:
Properties:
Type Description
module:model/DSWorkflowTrigger

The DSWorkflowTrigger model constructor.

(static) DSWorkflowTriggerTypes

Source:
Properties:
Type Description
module:model/DSWorkflowTriggerTypes

The DSWorkflowTriggerTypes model constructor.

(static) DSWorkflowVariable

Source:
Properties:
Type Description
module:model/DSWorkflowVariable

The DSWorkflowVariable model constructor.

(static) DSWorkflowVariableFromParticipant

Source:
Properties:
Type Description
module:model/DSWorkflowVariableFromParticipant

The DSWorkflowVariableFromParticipant model constructor.

(static) DSWorkflowVariableFromStep

Source:
Properties:
Type Description
module:model/DSWorkflowVariableFromStep

The DSWorkflowVariableFromStep model constructor.

(static) DSWorkflowVariableFromVariable

Source:
Properties:
Type Description
module:model/DSWorkflowVariableFromVariable

The DSWorkflowVariableFromVariable model constructor.

(static) DSWorkflowVariableRecord

Source:
Properties:
Type Description
module:model/DSWorkflowVariableRecord

The DSWorkflowVariableRecord model constructor.

(static) DSWorkflowVariableSourceTypesStep

Source:
Properties:
Type Description
module:model/DSWorkflowVariableSourceTypesStep

The DSWorkflowVariableSourceTypesStep model constructor.

(static) DSWorkflowVariableSourceTypesVariable

Source:
Properties:
Type Description
module:model/DSWorkflowVariableSourceTypesVariable

The DSWorkflowVariableSourceTypesVariable model constructor.

(static) ErrorCodes

Source:
Properties:
Type Description
module:model/ErrorCodes

The ErrorCodes model constructor.

(static) ErrorResponse

Source:
Properties:
Type Description
module:model/ErrorResponse

The ErrorResponse model constructor.

(static) ESignDocumentFromESignTemplate

Source:
Properties:
Type Description
module:model/ESignDocumentFromESignTemplate

The ESignDocumentFromESignTemplate model constructor.

(static) ESignDocumentFromPreviousStep

Source:
Properties:
Type Description
module:model/ESignDocumentFromPreviousStep

The ESignDocumentFromPreviousStep model constructor.

(static) ESignDocuments

Source:
Properties:
Type Description
module:model/ESignDocuments

The ESignDocuments model constructor.

(static) ESignDocumentTypesFromDSTemplate

Source:
Properties:
Type Description
module:model/ESignDocumentTypesFromDSTemplate

The ESignDocumentTypesFromDSTemplate model constructor.

(static) ESignDocumentTypesFromPreviousStep

Source:
Properties:
Type Description
module:model/ESignDocumentTypesFromPreviousStep

The ESignDocumentTypesFromPreviousStep model constructor.

(static) ESignLocalePolicy

Source:
Properties:
Type Description
module:model/ESignLocalePolicy

The ESignLocalePolicy model constructor.

(static) ESignSigner

Source:
Properties:
Type Description
module:model/ESignSigner

The ESignSigner model constructor.

(static) ESignTabs

Source:
Properties:
Type Description
module:model/ESignTabs

The ESignTabs model constructor.

(static) ESignTabsRecord

Source:
Properties:
Type Description
module:model/ESignTabsRecord

The ESignTabsRecord model constructor.

(static) EventTypes

Source:
Properties:
Type Description
module:model/EventTypes

The EventTypes model constructor.

(static) GetConfigurationInstanceResponse

Source:
Properties:
Type Description
module:model/GetConfigurationInstanceResponse

The GetConfigurationInstanceResponse model constructor.

(static) GetConfigurationInstancesResponse

Source:
Properties:
Type Description
module:model/GetConfigurationInstancesResponse

The GetConfigurationInstancesResponse model constructor.

(static) GetConfigurationInstancesResponseConfigInstances

Source:
Properties:
Type Description
module:model/GetConfigurationInstancesResponseConfigInstances

The GetConfigurationInstancesResponseConfigInstances model constructor.

(static) HttpTypes

Source:
Properties:
Type Description
module:model/HttpTypes

The HttpTypes model constructor.

(static) InvalidWorkflowResponse

Source:
Properties:
Type Description
module:model/InvalidWorkflowResponse

The InvalidWorkflowResponse model constructor.

(static) NewOrUpdatedWorkflowDefinitionResponse

Source:
Properties:
Type Description
module:model/NewOrUpdatedWorkflowDefinitionResponse

The NewOrUpdatedWorkflowDefinitionResponse model constructor.

(static) NumberOrVariable

Source:
Properties:
Type Description
module:model/NumberOrVariable

The NumberOrVariable model constructor.

(static) Participant

Source:
Properties:
Type Description
module:model/Participant

The Participant model constructor.

(static) ProgressInstance

Source:
Properties:
Type Description
module:model/ProgressInstance

The ProgressInstance model constructor.

(static) RecordStringBoolean

Source:
Properties:
Type Description
module:model/RecordStringBoolean

The RecordStringBoolean model constructor.

(static) RecordStringOrVariableOrTransformation

Source:
Properties:
Type Description
module:model/RecordStringOrVariableOrTransformation

The RecordStringOrVariableOrTransformation model constructor.

(static) RecordToNever

Source:
Properties:
Type Description
module:model/RecordToNever

The RecordToNever model constructor.

(static) ReplicationStatus

Source:
Properties:
Type Description
module:model/ReplicationStatus

The ReplicationStatus model constructor.

(static) StartedByInstance

Source:
Properties:
Type Description
module:model/StartedByInstance

The StartedByInstance model constructor.

(static) StringOrVariableOrTransformation

Source:
Properties:
Type Description
module:model/StringOrVariableOrTransformation

The StringOrVariableOrTransformation model constructor.

(static) SuccessMessageResponse

Source:
Properties:
Type Description
module:model/SuccessMessageResponse

The SuccessMessageResponse model constructor.

(static) TriggerPayload

Source:
Properties:
Type Description
module:model/TriggerPayload

The TriggerPayload model constructor.

(static) TriggerWorkflowViaPostResponse

Source:
Properties:
Type Description
module:model/TriggerWorkflowViaPostResponse

The TriggerWorkflowViaPostResponse model constructor.

(static) ValidationErrors

Source:
Properties:
Type Description
module:model/ValidationErrors

The ValidationErrors model constructor.

(static) WorkflowDefinition

Source:
Properties:
Type Description
module:model/WorkflowDefinition

The WorkflowDefinition model constructor.

(static) WorkflowDefinitionList

Source:
Properties:
Type Description
module:model/WorkflowDefinitionList

The WorkflowDefinitionList model constructor.

(static) WorkflowDefinitionMetadata

Source:
Properties:
Type Description
module:model/WorkflowDefinitionMetadata

The WorkflowDefinitionMetadata model constructor.

(static) WorkflowDefinitionWithId

Source:
Properties:
Type Description
module:model/WorkflowDefinitionWithId

The WorkflowDefinitionWithId model constructor.

(static) WorkflowDeleteResponse

Source:
Properties:
Type Description
module:model/WorkflowDeleteResponse

The WorkflowDeleteResponse model constructor.

(static) WorkflowInstance

Source:
Properties:
Type Description
module:model/WorkflowInstance

The WorkflowInstance model constructor.

(static) WorkflowInstanceManagementApi

Source:
Properties:
Type Description
module:api/WorkflowInstanceManagementApi

The WorkflowInstanceManagementApi service constructor.

(static) WorkflowInstanceMap

Source:
Properties:
Type Description
module:model/WorkflowInstanceMap

The WorkflowInstanceMap model constructor.

(static) WorkflowInstancesList

Source:
Properties:
Type Description
module:model/WorkflowInstancesList

The WorkflowInstancesList model constructor.

(static) WorkflowInstanceState

Source:
Properties:
Type Description
module:model/WorkflowInstanceState

The WorkflowInstanceState model constructor.

(static) WorkflowManagementApi

Source:
Properties:
Type Description
module:api/WorkflowManagementApi

The WorkflowManagementApi service constructor.

(static) WorkflowMetadataStatus

Source:
Properties:
Type Description
module:model/WorkflowMetadataStatus

The WorkflowMetadataStatus model constructor.

(static) WorkflowStepError

Source:
Properties:
Type Description
module:model/WorkflowStepError

The WorkflowStepError model constructor.

(static) WorkflowStepErrorError

Source:
Properties:
Type Description
module:model/WorkflowStepErrorError

The WorkflowStepErrorError model constructor.

(static) WorkflowStepHistory

Source:
Properties:
Type Description
module:model/WorkflowStepHistory

The WorkflowStepHistory model constructor.

(static) WorkflowStepHistoryList

Source:
Properties:
Type Description
module:model/WorkflowStepHistoryList

The WorkflowStepHistoryList model constructor.

(static) WorkflowStepHistoryState

Source:
Properties:
Type Description
module:model/WorkflowStepHistoryState

The WorkflowStepHistoryState model constructor.

(static) WorkflowTriggerApi

Source:
Properties:
Type Description
module:api/WorkflowTriggerApi

The WorkflowTriggerApi service constructor.