Forums
` 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) { console.log("error"); }); above is my code inside ANGULARJS [. .] please help me, i want to display the data inside my website, how can i achieve it?
Forums
I would like to have 2 signers. The first one is required to upload an attachment. However, I do not want signing to move to the second signer until after the upload takes place. I would then like the second signer to be able to view the attachment and approve it by signing. Has anyone manipulated a signing session in this format using the API?
Forums
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit. From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
   "name": "My Document",
   "type":"PACKAGE",
   "language":"en",application/json
   "emailMessage":"",
   "description":"New Package",
   "autoComplete":true
}
Any idea where I'm going wrong?
Forums
Hi Team, We are able to successfully upload a single document while creating a package . also apply layout on that document which we have create on e-signlive As per or client requirement we need to set the signer on layout and also set some textfield value from our system to e-silanis document on layout and signer can change that value so can you please provide json for that request ?? and also we need to get status and changed value of signer on layout so is it posible to get changed data by signer ?? can you please describe me the proper step to do that?? thanks