MaxPageSize less than when just using REST API
Wednesday, May 31, 2023 at 08:47amI've noticed that the MaxPageSize value in the PageRequest class has the value of 50, but I believe the maximum number of transactions (and presumably other items) that can be returned in a request to the API is 100 Retrieving a List of Transactions | OneSpan Community Platform. Is there a reason for this discrepancy?
Reply to: MaxPageSize less than when just using REST API
Wednesday, May 31, 2023 at 08:59amHi clebreton,
Thanks for reporting this to us! You are right that in most OneSpan Sign APIs, the limit to the number of returned items is 100.
In terms of the SDK variable MaxPageSize, I did a quick search and couldn't find it referenced somewhere else (I am assuming that's why it was never corrected). For the time being, please use a static final constant defined in your local, and I'd like to report this to our R&D team and have it corrected.
Duo