Method: DocuSign_eSign::AccountsApi#list_custom_fields

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

#list_custom_fields(account_id) ⇒ CustomFields

Gets a list of custom fields associated with the account. Retrieves a list of envelope custom fields associated with the account. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. The list custom field lets the sender select the value of the field from a list you provide.



1930
1931
1932
1933
# File 'lib/docusign_esign/api/accounts_api.rb', line 1930

def list_custom_fields()
  data, _status_code, _headers = list_custom_fields_with_http_info()
  return data
end