And lastly, the “count” item is the same regardless of if we’re pulling the first 100 items or the last 100 items (i.e. the “count” from the PB API is static and does not change)
Some things I see on the screenshot that are weird to me (although setting the manual skip works):
the URL has a space in it https://api.practicebetter.io /consultant/sessions)
Make sure you have a clean and correct url
send query parameters is set but there is nothing set (pagination setting is independent of this)
disable it, if you don’t need it.
Some other thing to check:
how are the requests sent in the developer console of you browser? Do you see the correct query string being updated or do you see an incorrect format or something else?
Thanks for trying J. Really appreciate it. I literally changed things back so that it shows exactly what’s above and it works now. I think we (me and my computer) are tired. Thanks again.