Skip to main content
Participant
March 10, 2015
Answered

How to Export multiple documents from EchoSign?

  • March 10, 2015
  • 1 reply
  • 5481 views

Is there a way I can export multiple PDF documents that have previously been signed and are in my EchoSign?

Also, once a document is signed is it automatically archived and if not how do I archive a document that shows in my Events?

Lastly, is there an API posted?  The API brings me to the INtegration page which is not terribly useful.

This topic has been closed for replies.
Correct answer Rijul Raj Khurana

Hi David,

If you are looking to export the signed document using API, you can use method getDocuments if using SOAP Calls and GET /agreements/{agreementId}/documents/{documentId} if using REST API.

Also, if you want to download the PDFs from your EchoSign account directly, you can go to Manage tab and under Signed section, can single click the document and on right hand side, click PDF.

Let me know if that helps!

Regards,

-Rijul

1 reply

Rijul Raj KhuranaCommunity ManagerCorrect answer
Community Manager
March 13, 2015

Hi David,

If you are looking to export the signed document using API, you can use method getDocuments if using SOAP Calls and GET /agreements/{agreementId}/documents/{documentId} if using REST API.

Also, if you want to download the PDFs from your EchoSign account directly, you can go to Manage tab and under Signed section, can single click the document and on right hand side, click PDF.

Let me know if that helps!

Regards,

-Rijul

DLH11Author
Participant
March 13, 2015

If the user has 50 to 100 signed documents and wants to export them all to a thumbdrive to provide to legal counsel (for trial), clicking each document in the Manage Tab and then PDF would be VERY tedious and not particularly user friendly.  I am surprised Adobe has not realized that. 

youngwill4ever
Participating Frequently
March 25, 2015

Hi David, like Rijul said, you can call getdocument() to retrieve the signed documents. If you have 50-100 documents, you can write code to zip it and download the zip.