Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Hello. This is not working. I tried below code and get this error message. I am trying to download an in progress transaction since this cannot be done in the UI.

We are attempting to make fields read only in our OneSpan package.  We are trying to use the API to mark them.  We cannot find the way to mark dates read-only.  

Hello. I am new to using Onespan Sign API. I am using Rest API and Postman to enter and execute the code. Please see the below code. I am trying to add a field onto an existing package id.

I have a hypothetical question at this time. We may want to request another Onespan account with end users for a specific line of business at our organization.

Would there be a way to cordon off "siloed" a Line of Business (e.g.

Replies Created

Reply to: OneSpan Sign - Transaction Export & Download Tool - v1.7.1

0 votes

Hello. I downloaded and installed OneSpan Sign - Package Export & Download Tool - v1.6.5.2. I was able to connect but only able to download my own transactions using the API key to our OSS US2 Prod Account. How do I download another user's transactions in Onespan on our OSS US2 Prod Account? I need to download all of the user's transactions. Please advise. Thanks!


Reply to: add a field onto an existing package id

0 votes

Hi Duo. What would the complete code look like? I tried the below and am getting an error message.

curl -X PUT -H "Content-Type: application/json" \
  -H "Accept: application/json; esl-api-version=11.21" \
  -H "Authorization: Basic api_key" \
  -d '{ "id": "date_field", "name": "date_field", "type": "INPUT", "subtype": "LABEL", "value": "2023-01-01", "page": 0, "width": 269.9928097345133, "height": 59.986172566371685, "top": 694.5371497050148, "left": 275.8079830383481 }' \
  https://sandbox.esignlive.com/api/packages/WlnHZN0WH1xKX6GHGTFbQtGPBJg=/documents/cec7f9fa480589d46a91944ca2b4e8921df2aaef094ae042/approvals/MfSNKUFMhHIB/fields

 

result error meesage: 

{"messageKey":"http.status.405","message":"Method Not Allowed","code":405,"name":"Method Not Allowed"}
 


Approved Answer

Reply to: download in progress transaction not working

0 votes

I was able to download the in progress transaction by pasting the above URL into a new tab since I am the signer: https://sandbox.esignlive.com/api/packages/SVDOZ5bwoDrJAd4WSbDEfNaYiUY=/documents/zip. 


Subscriptions

Topics Replies Freshness Views Users

Hello. This is not working. I tried below code and get this error message. I am trying to download an in progress transaction since this cannot be done in the UI.

1 9 months 1 week ago 20

We are attempting to make fields read only in our OneSpan package.  We are trying to use the API to mark them.  We cannot find the way to mark dates read-only.  

1 9 months 2 weeks ago 18
Profile picture for user Duo_Liang

Hello. I am new to using Onespan Sign API. I am using Rest API and Postman to enter and execute the code. Please see the below code. I am trying to add a field onto an existing package id.

3 9 months 2 weeks ago 40
Profile picture for user Duo_Liang

I have a hypothetical question at this time. We may want to request another Onespan account with end users for a specific line of business at our organization.

1 9 months 3 weeks ago 39
Profile picture for user Duo_Liang

Would there be a way to cordon off "siloed" a Line of Business (e.g.

1 1 year 3 months ago 44
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.