-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] get entities with rest api limited to 100 entities? #395
Comments
Please provide the command you send and logs of the error. |
Command is: The answer is: In the debug log of core I only get the same: Is there a way to retrieve entities over 100 with knowing a query word or an ID? Ralf |
Paging works and it's documented in the docs. You can query 100 items per page. If you want to get the next page, you need to increase the page number and not the limit. |
When I use: I get an empty array as an answer: |
Let's say you have 230 entities. This is pretty much standard paging, nothing special here. |
Thank you I thought with page was item number meant. Reading helps sometimes. A little excuse as you I am not native speaking. |
No problem :) |
Is there an existing issue for this?
Description
I have 126 entities but the rest api only allows to get 100. I tried pages from 1..200, 101..200 and 30..130 but always got an error.
With for instance the search option I can collect more if I know what is missing.
How to Reproduce
I can attache a backup with 126 (?) entities if needed
Expected behavior
Also entity pages >100 (99?) can be trieved.
System version
1.8.0
What part of the system affected by the problem?
Core
Additional context
No response
The text was updated successfully, but these errors were encountered: