marioneil

Document visibility

0 votes
Hi I want to Specify/ restrrict the Documents a Recipient Can View. The following link has java and C#code https://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/document_visibility.htm?Highlight=document%20visibility%20#Specifyi It seems that there is an account level setting as well , that needs to be enabled. Following is the java code . What is the equivalent REST code DocumentVisibility visibility = newDocumentVisibilityBasedOnSigner() .addConfiguration(newDocumentVisibilityConfigurationBasedOnSigner(SIGNER1_ID) .withDocumentIds(Arrays.asList(DOC1_ID))) .addConfiguration(newDocumentVisibilityConfigurationBasedOnSigner(SIGNER2_ID) .withDocumentIds(Arrays.asList(DOC2_ID, DOC3_ID))) .addConfiguration(newDocumentVisibilityConfigurationBasedOnSigner(SIGNER3_ID) .withDocumentIds(Arrays.asList(DOC1_ID, DOC2_ID, DOC3_ID))) .build(); Thanks Mario

Approved Answer

Reply to: Document visibility

0 votes
You'll need to enable the download button in the signing ceremony settings to allow your signers to download the pdf documents. With document visibility, the signer will only be able to download the documents visible to him/her.
Haris Haidary OneSpan Technical Consultant

Reply to: Document visibility

0 votes
Our documentation has a REST API section: https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/rest_api.htm. You can also have a look at our feature guides where there is a guide for every feature in esignlive written for the Java/.NET and REST API: https://developer.esignlive.com/guides/feature-guides/
Haris Haidary OneSpan Technical Consultant

Reply to: Document visibility

0 votes
Hi Haris. Thanks for your response. I am able to get this to work. However , it looks like the download button gets disabled for the signer , that does not have access to all the docs. Is that correct? Is there a way for the restricted signer to download the document that he has signed?

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off