338 results matched your search criteria
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.
Forum topic
OneSpan Sign
Hi
Is there a way that custom package attributes can be shown in the email sent to the signers.
https://developer.esignlive.com/guides/feature-guides/package-attributes/
For example I might need some additional text in the email for only some of the signers.
Forum topic
OneSpan Sign
I've noticed that the e-sign live SDK supports the ability to delegate access form one signer to another. (As documented at the bottom of this page).
Forum topic
OneSpan Sign
I am getting a 401 error when requesting an authentication token for a "SENDER" with a mixed-case email. Other places in the REST API do not require a lowercase value for email in the json.
The request I made was:
Forum topic
OneSpan Sign
Hi, I'm working to retrieve all sender from the accounts that I manage in order to generate some reports.
I'm trying to figure out what is the best approach to incrementally grab new senders without retrieving the full list again.
Do you have any suggestion using REST API's calls?
Forum topic
OneSpan Sign
Hello,
I want to create a Draft package (no signers, no documents) with the REST API.
I'm sending this JSON string :
{
"name":"test",
"type":"PACKAGE",
"language":"fr",
"emailMessage":"",
"description":"",
"autocomplete":true,
"notarized":false,
"settings":{
Forum topic
OneSpan Sign
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me?
In your notifications you send us a package id, a session user id, and the event name.
Forum topic
OneSpan Sign
Hi Team,
When we download signed documents from onespansign using REST API, after opening it, we can see validation warning as "At least one signature has problem" (Please refer highlighted section from the attachment).
Forum topic
OneSpan Sign
I see there is a RESTful API to update an existing document in a package. Is there a function call in .Net SDK to achieve the same thing?