Forums
Hello! I have a questions about your eSignLive product. Can be integrated externally using REST API? (for example we will have a section in our app where the customer can sign, after this step is completed if we press "Generate document", because customer signed in that section the generated document will be signed. Is this possible using your eSignLive API?)
Forums
There is this docs page http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_rest-api-routes but there I can see only some mentions about 10.6 and 10.7, although the header contains 10.10. On some forum topics reply I was told to use version 11. I would like to find some page where all supported versions would be listed (with changelist for them). If not possible, there should be at least some place where the current version is shown.
Forums
Hi, We have integrated esignlive application form submission using the following guide in php . https://www.esignlive.com/blog/esignlive-how-to-create-and-send-a-package-with-rest-in-php/ We have successfully created and sent packages from the sandbox account. After we changed to the production environment ie, with api url : https://apps.e-signlive.com/api it works fine with some of pdfs but for one pdf we are getting an error like in this page ( https://apps.e-signlive.com/servererror/400?messageKey=error.unauthorised.proxyMissing&packageId= ).
Forums
Hi, Please help me with the following: I am using REST API, .NET and a sandbox account. I want to download a document in PDF format. For this I can use the call: GET /packages/{packageId}/documents/{documentId}/pdf But this call requires documentId. And I only have PackageId. Is there a way to download a particular document if you only have a PackageId (this is supported for zip). I tried the below call but did not understand which is the DocumentId (if at all it is returning one). GET /api/packages/{packageId} Thanks Abhijit
Forums
I'm receiving a 500 error when I upload a document to /packages with the following roles and approvals. Any idea where the error could be coming from? Here's the request detail:
POST https://sandbox.esignlive.com/api/packages

------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="eSignLive - test -- 2017-03-23 07_38pm.pdf"

%PDF-1.4 ....
Forums
When I delete a package with:
DELETE /packages/{packageId}
It returns status code 200, with no response payload. I can call this repeatedly, and it always gives the same response, even when it is already deleted. If DELETE fails - what response is given? How can I be sure that DELETE is actually deleting the package, short of:
GET /packages/{packageId}
after every delete.
Forums
Hi, I don't understand the difference between roles and approvals? I want to create a package with multiple documents where some of them require only receiver's signature and some of them require both sender's and receiver's signature and I'm not sure how should I configure my roles and approvals. Thanks