Even though we are passing offset and count, API is returning same result, paging actually not behaving as it should. Both of the URL are returning exactly same result.
It looks like you’re getting the same results because you’ve capitalized the “O” in Offset. Per this documentation, it should be offset with a lower-case “o.”
Wow, I didn’t realized that, thanks for pointing out that. I have taken glanced and it looks working, I will have deepr look and mark this case resolved. Thanks.