Jump to content

The "offset=X" Parameter Does Not Seem To Be Working


hieroglyph

Recommended Posts

hieroglyph

Here is my API call:

http://watch.tv/emby/Users/97fbc***access_token***b9268559d/Items?limit=5&Recursive=true&IncludeItemTypes=Movie&api_key=180c6***user_key***d98c5747b3668

First five items from the movie library are returned as expected: https://pastebin.com/9ju2deqX

 

Adding offset=X does not seem to "shift" the items returned:

http://watch.tv/emby/Users/97fbc***access_token***b9268559d/Items?offset=4&limit=5&Recursive=true&IncludeItemTypes=Movie&api_key=180c6***user_key***d98c5747b3668

This time I would expect the last item from the results above to the first item returned, followed by the next 4 items in the movie library.

Instead I get the same items returned: https://pastebin.com/qx3E4hZ7

 

I have tried this several times with different offset values (that are less than "TotalRecordCount": 53) and the result is always the same. What am I doing missing?

Emby Version: 4.5.4.0

Edited by hieroglyph
Add Emby Version
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...