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.
336 337 338 339 |
# File 'lib/docusign_esign/api/power_forms_api.rb', line 336 def list_power_form_senders(account_id, = DocuSign_eSign::ListPowerFormSendersOptions.default) data, _status_code, _headers = list_power_form_senders_with_http_info(account_id, ) return data end |