DocuSign.Api.PowerForms.power_forms_get_power_forms_list
You're seeing just the function
power_forms_get_power_forms_list
, go back to DocuSign.Api.PowerForms module for more information.
Link to this function
power_forms_get_power_forms_list(connection, account_id, opts \\ [])
View SourceSpecs
power_forms_get_power_forms_list(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.PowerFormsResponse.t()} | {:error, Tesla.Env.t()}
Returns the list of PowerForms available to the user.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :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.
- :order (String.t): An optional value that sets the direction order used to sort the item list. Valid values are: asc = ascending sort order desc = descending sort order
- :order_by (String.t): An optional value that sets the file attribute used to sort the item list. Valid values are: modified name
- :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
} on success {:error, info} on failure