class DocuSign_eSign::ListItemsOptions

Attributes

from_date[RW]

Only return items on or after this date. If no value is provided, the default search is the previous 30 days.

include_items[RW]
owner_email[RW]

The email of the folder owner.

owner_name[RW]

The name of the folder owner.

search_text[RW]

The search text used to search the items of the envelope. The search looks at recipient names and emails, envelope custom fields, sender name, and subject.

start_position[RW]

The position of the folder items to return. This is used for repeated calls, when the number of envelopes returned is too much for one return (calls return 100 envelopes at a time). The default value is 0.

status[RW]

The current status of the envelope. If no value is provided, the default search is all/any status.

to_date[RW]

Only return items up to this date. If no value is provided, the default search is to the current date.

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/folders_api.rb, line 62
def self.default
  @@default ||= ListItemsOptions.new
end