How to find the next step required on an envelope?
Let’s says I use this envelope endpoint to return a list of envelopes that I’m interested in:
GET /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}
For each envelope, how can I find the next steps required to progress the envelope to a completed status or closer to that status. Should I get the recipients result for the envelope and check the status of the signers? Should I do that for the agents, carbonCopies, editors, witnesses, etc? Is there some api call that can do that?
Back to Docusign.com

