42 results matched your search criteria
Forum topic
OneSpan Sign
In the case that you have 100's of senders as our organisation has its very hard to find specific sender.
I suggest search by name and by sender type(regular, manager,owner...).
Forum topic
OneSpan Sign
Hi
Can we search for packages based on the signers First Name and Last Name .
Regards
mario
Forum topic
OneSpan Sign
Hi,
I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
.withAttributes(newDocumentPackageAttributes()
.withAttribute("internalID", "123456"
Forum topic
OneSpan Sign
Could you provide an example for searching packages with signer email? It seems only package name is used for searching. Thanks.
Here is the URL I used:
https://serverurl/api/[email protected]&from=1&to=10
Forum topic
Intelligent Adaptive Authentication
Hi,
In OneSpan portal we can search a transaction by transaction name. (I have attached a screen shot)
Is there any api in SDK which allows us to search a package by Transaction name?
Thanks,
Kamran
Forum topic
OneSpan Sign
Hi there,
I just start to use this function in our platform, and when I try to fetch all packages' info, I notice the response only contains 1 package details even the "count" value is 2.
Could you pls help to check?
Forum topic
OneSpan Sign
Hi,
I found the 'search' function is in different place when user login the account. I assume this's account setting different, if so, could you please let me know what setting is impacting the behavior?
Forum topic
Intelligent Adaptive Authentication
Hello,
I have an issue in IAS integration with AD.
I can't add AD users to IAS
for event logs i got below error:
{Error Code: '(-30)' ; Error Message: 'Failed to search on and/or bind to LDAP server(s)'}}
Forum topic
OneSpan Sign
How to exclude Lock user from Signer/receipient search List - I am getting search result even if esign sender/account in Locked status? How can i make sure only Active status users list should be displayed and available for selection?
Below REST command get executed -
Forum topic
OneSpan Sign
Using the packages endpoint to search for SENT packages using the below request call as per the Sandbox API.