peopledoc / pydocusign

Python client for DocuSign signature API
Other
18 stars 21 forks source link

retrieve envelope status #85

Closed smcoll closed 8 years ago

smcoll commented 8 years ago

Currently, there isn't support for GET /v2/accounts/{accountId}/envelopes/{envelopeId}. GET in an envelope context only works for returning documents and recipients specifically.

https://docs.docusign.com/esign/restapi/Envelopes/Envelopes/get/

PR forthcoming.