You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have the page number as well as the offset returned in the response.
Currently I can either choose Page or LimitOffsetPage but not both.
The text was updated successfully, but these errors were encountered:
Meaning, the first item displayed is "n" offset from the beginning.
I know I could figure it out by multiplying "size" by "page" but it seems like an extra unnecessary step.
Also, it would be a more flexible solution if we could supply EITHER "page" or "offset" as a parameter, depending on the need (notice that "limit" and "size" appear to be the same value).
I would like to have the page number as well as the offset returned in the response.
Currently I can either choose Page or LimitOffsetPage but not both.
The text was updated successfully, but these errors were encountered: