kamranwali

Search a package by transaction name

0 votes

Hi,

In OneSpan portal we can search a transaction by transaction name. (I have attached a screen shot)

Is there any api in SDK which allows us to search a package by Transaction name?

 

Thanks,

Kamran

 


Attachments
Search.png11.04 KB

Reply to: Search a package by transaction name

0 votes

Hi Kamran,

 

Thanks for your post!

I doubt Java and .NET SDK exposed this parameter, but in the GET /api/packages API, there's a parameter "search" allows you to filter transactions by transaction name. To note, "search" parameter would be applied to transaction name, transaction description, signer f/lname and signer email.

If you are looking for a SDK solution, I believe you'd have to get all the updated transactions within a time range, then apply a second filter with foreach loop.

 

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