Forums
Is there a way to retrieve a list of packages in the Trash folder using Java SDK? I understand Trashed is a property not a package status. But I need to purge all packages that are trashed. Getting a completion report on the package status such as Completed, Archived, Declined, etc does not return packages where trashed=true.
Forums
Generated URL with below code is not working. String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString()); String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esignlive.com/a/transaction/%s",userAuthToken,packageId.toString()); System.out.println( URL.toString()); redirecting to login/password page. why? We have created one account and there are number of members. we are sending package with member as a sender. And want his dashboard Url.
Forums
Hi team, I just found out that CompletionReport sdkCompletionReport = eslClient.getReportService().downloadCompletionReport(PackageStatus.DRAFT, from, to); only returns 100 results, so it's less meaningful in our process. Is there any way to get the complete list of packages of all senders within time range? Thanks,
Forums
we are receiving below notofication. {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"SIGNER_COMPLETE","sessionUser":"WvkDSx1Y7TwJ","packageId":"ZDpPk7usBE9clU9SHp_PllOB6As=","message":null,"documentId":null,"createdDate":"2019-01-01T12:04:28.213Z"} We want to get Signer Name from sessionUser and document name from documentId.