docusignapi - DocuSign: Getting envelope info -
i've uploaded test file docusign document id response: 08eebff6-0cbc-4831-b317-c73ba3e2f61d
when try read with:
https://demo.docusign.net/restapi/v2/accounts/<account_id>/envelopes?from_date=2010-01-01
i empty envelope response:
{ "resultsetsize": "0", "totalsetsize": "0", "nexturi": "", "previousuri": "", "envelopes": [] }
when try read with: https://demo.docusign.net/restapi/v2/accounts/<account_id>/envelopes/08eebff6-0cbc-4831-b317-c73ba3e2f61d/documents
i proper response:
{ "envelopeid": "08eebff6-0cbc-4831-b317-c73ba3e2f61d" }
for understanding, expect result in first response such envelope id in example above should in envelopes array in first response. correct or doing wrong here?
in first step, assume meant created envelope not document. yes?
did send
envelope or create
it? (a draft)
if sent envelope properly, agree should have shown in envelopes: liststatuschanges query. see if envelope shows in web browser @ demo.docusign.net
you can try liststatuschanges method via api explorer.
you can improve question showing response initial envelopes: create call.
update: created draft envelope , did not show in liststatuschanges results. newly created sent envelope listed. i'm not sure if design or not, enquire docusign engineering group.
Comments
Post a Comment