1317 results matched your search criteria
Forum topic
OneSpan Sign
Dear Champs,
I'm looking for REST API POSTMAN collection for GET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf
Also advise where can we get packageId and documentId?
Forum topic
OneSpan Sign
I want to understand the bulk API return value.
{{baseUrl}}/api/packages/:templateId/bulk_send
How can we use the returned value to retrieve all the transactions created by above API call?
Forum topic
OneSpan Sign
Hi
What does disableOptOutOther do.
Can you send me a link to the REST api docs for this field
I have the following link for 10
https://docs.e-signlive.com/10.0/schema/index.html#package
Thanks
Mario
Forum topic
OneSpan Sign
In our document package, there is a questionnaire. There are two checkbox (Yes, No) after each question. I can put a checkbox there, but how can I make it mandatory, saying the user has to select either Yes or No?
Forum topic
OneSpan Sign
Getting connection exception when i try to retrieve documents using rest template https://sandbox.esignlive.com/api/packages/avN83DHFw-MIWHZJHk8D54pgzcs=/documents/15657c0c6edb22100d4a0c632c722a2d9b35ca89dae3aa60/pdf
Forum topic
OneSpan Sign
HI,
After a package is created with sms authentication, could you please let me know when I can update sms cell phone and when I can't update this sms cell phone?
Thanks
Forum topic
OneSpan Sign
Hi
What is length limitation for emailMessage for both package level and signer level in on-prem version 11.25 via JAVA SDK call? Is it 4000 characters?
Thanks
Wendy
Forum topic
OneSpan Sign
PackageId packageId = client.createPackage(superDuperPackage3);
This works on Windows but when I run it on a MAC I get an EslException with a getLocalizedMessage() of "Could not create a new package"
I am running it on macOS High Sierra (version 10.13.1)
Forum topic
OneSpan Sign
Is it possible to get all the signers url for signing Doc in the same response during the package creation with document binaries and signers detail using REST API.
if yes , Please provide the demo code.