1317 results matched your search criteria
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
Re API documentation I expect ALL documents associated with given Package will be returned in Zipfile from this call ->api/packages/{packageId}/documents/zip call
Forum topic
OneSpan Sign
I am needing to add a new document to an existing package (http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/documents.htm#Add) but I am not finding any JSON Request samples.
Forum topic
OneSpan Sign
Hello,
It seems the Package Object is not too happy with if statements with in the code block.
Forum topic
OneSpan Sign
What is the recommended way to update a package to use the new filled document?
Forum topic
OneSpan Sign
Hi,
How to send multiple document with single package Id ?
Thanks in Adv.
Forum topic
OneSpan Sign
In my code I have 2 parameters that I am passing string uniqueId, string coBrand can you elaborate on this comments?
Forum topic
OneSpan Sign
I'm trying to use the One Span API to create a package from a template. In the list of api calls
https://community.onespan.com/products/onespan-sign/sandbox#/
I sese
Forum topic
OneSpan Sign
Hi,I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me REST API details (URL, headers, and parameters) or refer me to a related link?
Forum topic
OneSpan Sign
I need to identifying packages created via Bulk Send operations. I see in Package data there is a Boolean field called "bulkSendable". If this is 'true' was the Package created via Bulk Send?