926 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Is it possible to set the package expiry date programmaticaly with the e-SignLive Java API?
Can you provide a sample?
Thanks!
Forum topic
OneSpan Sign
Could I have an example of creating or updating package by REST API in MS Dynamics Business Central ?
Forum topic
OneSpan Sign
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.
Forum topic
OneSpan Sign
Hello,
How I can get the list of documents for a certain package using rest API call
Thanks
Nehme
Forum topic
OneSpan Sign
Hi,
Is there an API for re-sending the signing completion email to the signers? The email with a link to download the completed documents. Thanks!
Forum topic
OneSpan Sign
Hello,
How can we "select" via API the proper translation of Electronic Disclosures and Signatures Consent document?
Best regards
Forum topic
OneSpan Sign
Is there any limit on the number of documents which we can upload to Eoriginal vault by specifying the vaulting_data.We are able to upload the documents upto 8 in a single transaction but when we try to upload more than 8, we are getting error from the OneSpan APIs.
Forum topic
OneSpan Sign
Hi,
I am trying to use the OSS - Template and Layout Copy Tool to copy a template from my Sandbox test account to our Production account. I enter the Source/Destination API keys and environments and hit Test Connection. I am informed that all API keys are valid.
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
Sometimes (not always, depends on situation) we want to remove the default Authorization document. I would like to know how to do it with REST API using JSON and http calls to the server.