DocuSign v0.2.1 DocuSign.Api.PowerFormData View Source
API calls for all endpoints tagged PowerFormData
.
Link to this section Summary
Functions
Returns the form data associated with the usage of a PowerForm.
Link to this section Functions
Link to this function
power_forms_get_power_form_form_data(connection, account_id, power_form_id, opts \\ [])
View Source
power_forms_get_power_form_form_data(connection, account_id, power_form_id, opts \\ [])
View Source
power_forms_get_power_form_form_data(
Tesla.Env.client(),
String.t(),
String.t(),
keyword()
) ::
{:ok, DocuSign.Model.PowerFormsFormDataResponse.t()} | {:error, Tesla.Env.t()}
power_forms_get_power_form_form_data( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.PowerFormsFormDataResponse.t()} | {:error, Tesla.Env.t()}
Returns the form data associated with the usage of a PowerForm.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- power_form_id (String.t):
opts (KeywordList): [optional] Optional parameters
- :data_layout (String.t):
- :from_date (String.t): Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created.
- :to_date (String.t): End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date.
Returns
{:ok, %DocuSign.Model.PowerFormsFormDataResponse{}} on success {:error, info} on failure