connection (DocuSign.Connection): Connection to server
account_id (String.t): The external account number (int) or account ID GUID.
opts (keyword): Optional parameters
:count (String.t): The maximum number of results to return.
:from_date (String.t): The start date for a date range in UTC DateTime format. Note: If this property is null, no date filtering is applied.
:include (String.t):
:order (String.t): The order in which to sort the results. Valid values are: asc: Ascending order. desc: Descending order.
:order_by (String.t): The file attribute to use to sort the results. Valid values are: modifiedname
:search_text (String.t): Use this parameter to search for specific text.
:start_position (String.t): The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.
:status (String.t): The status of the item.
:to_date (String.t): The end of a search date range in UTC DateTime format. When you use this parameter, only templates created up to this date and time are returned. Note: If this property is null, the value defaults to the current date.
Returns
{:ok, DocuSign.Model.EnvelopesInformation.t} on success