Rest API Page parameter affects sqlfilters

I have a situation where I want to to limit results to 20 per page and use the sqlfilters parameter to perform a search.

The error occurs on Third Parties and Invoices. If try to use sqlfiters parameter together with page parameter I get an error.

Example. These two sceanarios work just fine.
page

sqlfiters

However, trying to combine like this:
PnS

Will throw an error:
error

Has anyone come across this and is there any solution?

Hi. Guys, after some studying I realised that page numbering starts at 0 not 1.