Method: DocuSign_eSign::FoldersApi#list

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

#list(account_id, options = DocuSign_eSign::ListOptions.default) ⇒ FoldersResponse

Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the ‘template` query string parameter.

Parameters:

  • account_id

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

  • DocuSign_eSign::ListOptions

    Options for modifying the behavior of the function.

Returns:



110
111
112
113
# File 'lib/docusign_esign/api/folders_api.rb', line 110

def list(, options = DocuSign_eSign::ListOptions.default)
  data, _status_code, _headers = list_with_http_info(, options)
  return data
end