We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec2c7c commit 937eb1cCopy full SHA for 937eb1c
app/eSignature/examples/eg003_list_envelopes.py
@@ -36,7 +36,7 @@ def worker(args):
36
# Here we set the from_date to filter envelopes for the last month
37
# Use ISO 8601 date format
38
# 1. Call the envelope status change method to list the envelopes
39
- from_date = (datetime.utcnow() - timedelta(days=30)).isoformat()
+ from_date = (datetime.utcnow() - timedelta(days=30)).strftime('%Y-%m-%d')
40
results = envelope_api.list_status_changes(account_id=args["account_id"], from_date=from_date)
41
#ds-snippet-end:eSign3Step2
42
0 commit comments