luana.fernandes

See All transactions

0 votes

I am trying to list all transactions that have been done but in my GET https://sandbox.esignlive.com/api/packages I only am getting the last transaction. It does not bring all of them. I am wondering if there is any id or role name I need to change for every transaction I post?

Thanks!


Reply to: See All transactions

0 votes

I added the to and from in my request and now it works:

https://sandbox.esignlive.com/api/packages?from=1&to=40


Reply to: See All transactions

0 votes

Hi Luana,

 

Glad you figured it out. Here are some of my tips regarding to package retrieval API:
Below are some of the most frequently used parameters for this API:

query: ARCHIVED, COMPLETED, DRAFT, SENT, TRASHED.

(1)Trashed is not a package status, but it's listed here as an option because the trashed packages won't be returned by this API by default

(2)Draft option returns packages in Draft, Expired, Declined, Opted_Out statuses.

 

from: Used for pagination.

to: Used for pagination. (Note: A maximum of 100 packages can be returned)

lastUpdatedStartDate: The date after which the package last updated to be retrieved (e.g. 2019-01-01).

lastUpdatedEndDate: The date before which the package last updated to be retrieved (e.g. 2019-12-31).

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off