HOW TO GET CHANGE SIGNER DETAIL
Friday, July 12, 2019 at 12:37amHi ,
Signer update another signer as change signer.
Now Signer A updated SIGNER B as a SIGNER.
Now I need to download all required documents uploaded by changed signer(B).
If I am doing all Signer of package it is still showing SIGNER A only.
Thanks
Reply to: HOW TO GET CHANGE SIGNER DETAIL
Friday, July 12, 2019 at 01:28am//Download all attachments in package DownloadedFile downloadedAllAttachmentsForPackage = eslClient.getAttachmentRequirementService().downloadAllAttachmentFilesForPackage(new PackageId("89lqUC7AH6dBXNBKPoxrEeHiJ08=")); Files.saveTo(downloadedAllAttachmentsForPackage.getContents(), "downloadedAllAttachmentsForPackage.zip");If should include all attachements either upload by Signer A before the person change signer or Signer B after changed. In your case, did you set the attachments required? Did you see an inconsistency when Signer B uploaded some attachments but you can't download them in bulk? Duo