Skip to main content
Question

EnvelopesResults from docusign_esign.models

  • 8 May 2024
  • 1 reply
  • 19 views

Hello everyone,

I’m making a little python app to gather envelopes reports.

But now I’m stuck with:

ImportError: cannot import name 'EnvelopesResults' from 'docusign_esign.models' (/home/paul_smartelia/webhook/paul/lib/python3.8/site-packages/docusign_esign/models/__init__.py)

 

Did someone already had this is issue and know how to get out of this?

Kind regards

1 reply

Badge

Hello,

 

My name is Sean, I am a developer support engineer with Docusign.

 

There is no EnvelopeResults method. There is a getEnvelopeListStatus method. The following link to github will give you an example of this:

https://github.com/docusign/code-examples-python/blob/master/app/eSignature/examples/eg004_envelope_info.py

Reply