Search a package by transaction name
Monday, November 6, 2023 at 09:45pmHi,
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
Reply to: Search a package by transaction name
Tuesday, November 7, 2023 at 08:21amHi 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