916 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Is there any API or .Net SDK, we can have view the list of documents added, removed, and other Audit Trails on an package.
I am using the below API to get some signing and viewed audit on a package,
https://sandbox-esignlive.cdk.com/api/packages/XXXXXAAAAXXX==/audit
but we need to check the
Forum topic
OneSpan Sign
HI All,
Can you help me to convert the below API request into equivalent SDK code to create the package(with one document file as attachment to sign off):
{
"name": "packagename",
"status": "SENT",
"roles": [
{
"id": "signer1",
"index": "1",
"type": "SIGNER",
Forum topic
OneSpan Sign
Hi,
We are trying to use the REST API for creating packages, documents etc and currently we are using the API key in the request header to send the requests.
However, we are not sure if we need to use the Authentication Token while sending the requests or use the API key in the request header.
We
Forum topic
OneSpan Sign
Is there a way via the API to get an a count of attachments for a transaction or a list of transactions and when they were added. It doesn't appear new attachments change the Update Date. We have people who are signing their transactions and then coming back multiple times to get the
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
Forum topic
OneSpan Sign
I'm trying to call OneSpan API call from MS Power BI, but currently unsuccessful. How does one handle renewing Bearer Token? Below example was attempting to get a Token, didn't output error but seemed to hang. Mike(C)
Forum topic
OneSpan Sign
I checked the guides and no matter what i do i am getting the error below on postman the url i used was https://sandbox.esignlive.com/oauth .
Forum topic
OneSpan Sign
Hi,
I downloaded copy tool v1.6.2, and when I use "With API KEY" for both source and target, I got 401 error see attachment, but if I use "With credentials" and it's working fine. any idea why it's failed with API key?
Forum topic
OneSpan Sign
Guys,We are in need of some documentation or a walkthrough on how to use conditional logic. We are being told that it can be done via your system but I'm not seeing anything online that helps describe how to make it happen or what to do.
Forum topic
OneSpan Sign
I was investigating the data captured by OneSpan and made available through the REST API and also, if I can use PowerBi to display the data. I am trying to use the completion report API (https://developer.esignlive.com/guides/feature-guides/completion-report/#rest-api).