180 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
How I can get the list of documents for a certain package using rest API call
Thanks
Nehme
Forum topic
OneSpan Sign
Hi,
In the email template, for example email.decline, is it possible to have more than one bcc email, if so, how to configure multiple Bcc emails with corresponding display_name? the below sample only have 1 bcc email,
Forum topic
OneSpan Sign
/api/packages?predefined=all&from=1&to=99999&predefined=all
returns
{
"results": [],
Forum topic
OneSpan Sign
Is there a table of valid timezone id's that the SDK will accept when creating a new package? We're currently trying with:
.WithTimezoneId("America/New_York"); //EST
Forum topic
OneSpan Sign
Hi Team,
I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.
Unfortunately, I don't see the transactions which are sent by others with the below code,
Forum topic
OneSpan Sign
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{
Forum topic
OneSpan Sign
In the Transactions List on the Live Site I only see 5 Columns listed
Transaction name, Recipients, Last Updated, Status and Expiry Date
Is it possible to add other Columns and make the sortable?
Forum topic
OneSpan Sign
Hi team,
There's no working example for list field in this guide:
https://developer.esignlive.com/guides/feature-guides/fields/
Can we add some supplementary information regarding this to this guide?
Thanks!
Forum topic
OneSpan Sign
Hi Team,
Is there an API that we can use to retrieve the list of roleIds already on the package?
thanks,
Sara