class DocuSign_eSign::ListTemplatesOptions
Attributes
Number
of records to return in the cache.
A comma separated list of folder ID GUIDs.
Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created.
The possible values are: matching_applied - This returns template matching information for the template.
Sets the direction order used to sort the list. Valid values are: -asc = ascending sort order (a to z) -desc = descending sort order (z to a)
Sets the file attribute used to sort the list. Valid values are: -name: template name -modified: date/time template was last modified. -used: date/time the template was last used.
The search text used to search the names of templates.
The starting index for the first template shown in the response. This must be greater than or equal to 0 (zero).
End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date.
Start of the search date range. Only returns templates used or edited on or after this date/time. If no value is specified, there is no limit on the earliest date used.
End of the search date range. Only returns templates used or edited up to this date/time. If no value is provided, this defaults to the current date.
Sets if the templates shown in the response Valid values are: -owned_by_me: only shows templates the user owns. -shared_with_me: only shows templates that are shared with the user. -all: shows all templates owned or shared with the user.
Public Class Methods
# File lib/docusign_esign/api/envelopes_api.rb, line 446 def self.default @@default ||= ListTemplatesOptions.new end