Method: DocuSign_eSign::PowerFormsApi#list_power_form_senders

Defined in:
lib/docusign_esign/api/power_forms_api.rb

#list_power_form_senders(account_id, options = DocuSign_eSign::ListPowerFormSendersOptions.default) ⇒ PowerFormSendersResponse

Returns the list of PowerForms available to the user.

Parameters:

  • account_id

    The external account number (int) or account ID Guid.

  • DocuSign_eSign::ListPowerFormSendersOptions

    Options for modifying the behavior of the function.

Returns:



336
337
338
339
# File 'lib/docusign_esign/api/power_forms_api.rb', line 336

def list_power_form_senders(, options = DocuSign_eSign::ListPowerFormSendersOptions.default)
  data, _status_code, _headers = list_power_form_senders_with_http_info(, options)
  return data
end