3702 results matched your search criteria
Forum topic
OneSpan Sign
Hello, I was using OneSpan app report "Account Summary Report" the only report available from top level "Reports" drop down.
The person I looked at had 1 x Draft + 1 x In Progress + 11 Complete for total of 13 Pkgs.
There was also a count of 2 items "Trashed".
Forum topic
OneSpan Sign
Hi there, when using API to pull data in using "from" / "to" parms, is the only way to control pagination via limiting data requested or do some API's have explicit pagination. Sample below is from Facebook API as an example.
],
Forum topic
OneSpan Sign
I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields
"timezoneId": "GMT",
"created": "2020-04-24T17:42:42Z",
Under "account": { is another two fields
Forum topic
OneSpan Sign
All pkg's are marked as deleted, all are for same person (owner/sender).
We don't understand why lists seem exclusive of each other???
Seems OneSpan reporting is including pkg's not in return set from API call
Forum topic
OneSpan Sign
We are getting an intermittent service connection error when generating tokens, do you have any ideas what would cause this issue?
Please refer the following Log details for the error:
Forum topic
OneSpan Sign
https://community.onespan.com/documentation/onespan-sign/codeshare/designer-view-apex-sdk
Forum topic
OneSpan Sign
Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");
Forum topic
OneSpan Sign
After doing some 11.39 SANDBOX testing; seems retrieving Sender via Email works but retrieving Sender via Sender ID does not.
Forum topic
OneSpan Sign
Hello there, I do not believe we ( Vancity ) are using PCC ( Personal Certificate Client ). Please provide your confirmation.
Forum topic
OneSpan Sign
Re API documentation I expect ALL documents associated with given Package will be returned in Zipfile from this call ->api/packages/{packageId}/documents/zip call