DocuSign.Api.PowerForms.power_forms_get_power_forms_senders
You're seeing just the function
power_forms_get_power_forms_senders
, go back to DocuSign.Api.PowerForms module for more information.
Link to this function
power_forms_get_power_forms_senders(connection, account_id, opts \\ [])
View SourceSpecs
power_forms_get_power_forms_senders(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.PowerFormSendersResponse.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
- :start_position (String.t): The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.
Returns
} on success {:error, info} on failure