292 results matched your search criteria
Forum topic
OneSpan Sign
We are trying to add multiple documents with Meta Data to the REST API in a single call.
We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic XXXXXXXXXXXXXXXXX
Forum topic
OneSpan Sign
Is it possible to get data back from a package after it has been signed? For example if I have a text field on a template, after it has been filled out and signed, is there a way to get that data within my visual studio project?
Forum topic
OneSpan Sign
hey,
I'm looking to retrieve the date each signer has signed the package, and the date when the package has been completed. Where can I get that?"
Forum topic
OneSpan Sign
Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
Forum topic
OneSpan Sign
Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
Forum topic
OneSpan Sign
Hi team,
Is possible to have a template with a fillable PDF and we will fill the field using the API when we call the template (for exemple account number, contract number...) before send it to signature ?
Thank you
Alaa
Forum topic
OneSpan Sign
Hi,
Is there any template how to create a script to send out activation data email to multiple user.
IDENTIKEY Authentication Server version
3.16.0.3236
Web Administration version
Forum topic
OneSpan Sign
We are planning to extract OneSpan data via api's to drive reporting.
A) there are some advantages (simplicity) to re-extract all data, every night
B) there are also advantages to incremental extracts, i.e. net new items + changes
Forum topic
OneSpan Sign
Executing a ./api/packages/ POST which includes a status update along with the "data" node. I cannot find the max length of this node. I'm pretty sure I am hitting the max since this is the response I am receiving.
Forum topic
OneSpan Sign
I can PUT to /packages/{packageId} and update a package's data node.
However I failed to update a document's data node (PUT to /packages/{packageId}/documents/{documentId}).