DocuSignClient.GetDynamicRecipientsAsync Method

Definition

Get the signers of a template in dynamic schema format

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetDynamicRecipientsResponse> GetDynamicRecipientsAsync(string accountId, string templateId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDynamicRecipientsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetDynamicRecipientsResponse>
override this.GetDynamicRecipientsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetDynamicRecipientsResponse>
Public Overridable Function GetDynamicRecipientsAsync (accountId As String, templateId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDynamicRecipientsResponse)

Parameters

accountId
String

Account Id

templateId
String

Template Id

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get the signers of a template in dynamic schema format response.

Remarks

Discovery method used to populate dynamic parameter values at design time.

Applies to