916 results matched your search criteria
Forum topic
OneSpan Sign
Guys -
I am able to set the Signer Verification to Personal Certification using the /api/packages/packageId/roles/roleId/verification POST api call.
If I set the typeId to "personalCertificateSigning" this will allow me to set the signer to now have to use the signing certification.
Forum topic
OneSpan Sign
Hi,
There is a callback event called Transaction deactivated.
Is there a REST API which when called will trigger this event.
Forum topic
OneSpan Sign
how to get the report completion for specific time period in a day like between 8am to 12 pm.
using the below api
/api/reports/completion.
what format should be From date and to date . Need to retrieve for specific timings in a day
Forum topic
OneSpan Sign
Hey team,
I found the API call creating a package (or template ) on behalf of another user in your account in this documentation:
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/packages.htm#Create2
But there's no Java implementation. Any examples in Java SDK?
Thanks in advance!
Forum topic
OneSpan Sign
eSginLive,
I'm getting an object reference error when executing EslClient.ReportService.DownloadCompletionReport() for certain dates.
The last couple of days I’ve received the following exception using the eSignLive api:
Silanis.ESL.SDK.EslException: Could not download the completion report.
Forum topic
OneSpan Sign
Hi,
I have a document which two or more people need to sign it. I would like to for each sign OneSpan call my Callback API or when all people sign the document my callback api will be called by OneSpan.
Thanks
Forum topic
OneSpan Sign
We use subaccounts and I can use the API to create and rename them. Is there an API call to get the current email signature block and then assign a new block if needed. This is the only branding I need to do at the subaccount level because everything else is inherited from our primary
Forum topic
OneSpan Sign
Hi,
is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ?
like http://localhost/api/eslListener/ ?
Assuming: I've added the callback url as http://localhost/api/eslListener/
Forum topic
OneSpan Sign
I have seen the post of creating the package from the existing template using .NET SDK.
https://developer.esignlive.com/code-share/create-template-use-create-package-net/
Is it possible using REST API too. If yes can you please make a similar tutorial using REST API as well.
Thanks,
Sumit
Forum topic
OneSpan Sign
Hi,
We have a need to flatten a large number of signed/locked documents. The following API call works great for one document at a time: GET /api/packages/{packageId}/documents/{documentId}/pdf?flatten=true