Closed DenisKochetov closed 1 year ago
Hi @DenisKochetov - Thanks for getting in touch. I'm assuming that you've managed to resolve your issue. If not, I can see that a potential problem might be the nesting of your pagination
field. The pagination
field needs to be on the root of the options object, not nested inside of the filters
object.
I tried this example:
And got results as follows:
No matter which page number or limit I settled the result was the same.
I tried to settle id = 0, or removing this parameter at all, I still got 20 rows in the output.
Could you please tell me what am I doing wrong? I want to get all results from all available pages.