I am creating a MVC web application with Docusign REST API. I am going to create actionlink in index view for each record witch downloads document in the record's envelope. I am planning to use call following HTTP request.
GET /v2/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}
When I call this request, I get pop up where I can choose location and name of file for the document that I am downloading.
Is there any way for me to pass folder location and name of file as parameter and download the file without getting this pop up? I don't think Docusign does not provide such API to download in this way.
Thank you in advance.