You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version 3.2.0rc1
* The SDK now supports version v20.1.00 of the DocuSign eSignature API.
* SDK Release Version updated.
* Version 3.2.0 rc2
* Adding back tsps api
* Updated Changelog and version
Co-authored-by: Harsha Rahul Boggaram <HarshaRahul.Boggaram@docusign.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
6
+
## [3.2.0rc2] - eSignature API v2.1-20.1.00 - 2020-03-13
7
+
### Changed
8
+
* The SDK now supports version v20.1.00 of the DocuSign eSignature API.
9
+
* SDK Release Version updated.
10
+
6
11
## [3.1.0] - eSignature API v2.1-19.4.01 - 2020-02-10
7
12
### Changed
8
13
* Changed the way the model takes in the parameters where the size of the parameters exceeded 255 arguments, now works with python3 versions which were limiting it. (DCM-3701)
:param str account_id: The external account number (int) or account ID Guid. (required)
612
612
:param str batch_id: (required)
613
613
:param str count: Specifies the number of entries to return.
614
-
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=ââ¬Âfailed,queuedââ¬Â) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent ââ¬â This only returns entries with a sent status.
614
+
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=\"failed,queued\") Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
615
615
:param str start_position: Specifies the location in the list of envelopes from which to start.
:param str account_id: The external account number (int) or account ID Guid. (required)
642
642
:param str batch_id: (required)
643
643
:param str count: Specifies the number of entries to return.
644
-
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=ââ¬Âfailed,queuedââ¬Â) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent ââ¬â This only returns entries with a sent status.
644
+
:param str include: Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=\"failed,queued\") Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
645
645
:param str start_position: Specifies the location in the list of envelopes from which to start.
0 commit comments