DocuSignClient.GetDynamicSignersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the signers of a template in dynamic schema format
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetDynamicSignersResponse> GetDynamicSignersAsync(string accountId, string templateId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDynamicSignersAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetDynamicSignersResponse>
override this.GetDynamicSignersAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetDynamicSignersResponse>
Public Overridable Function GetDynamicSignersAsync (accountId As String, templateId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDynamicSignersResponse)
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.