I am trying to retrieve more than 100 records using the REST API using startAt and maxResults but I am able to fetch only 100 of them. Is there any way we can fetch more than 100 results?
Hi @kompal.sithta and welcome to the community,
Each API response yields different results. This means that the specific request brings only 100 results per page. So you just have to look at the API documentation to move to the next page to get the other 100 results.
Let me know if that helps.
You can fetch more than 100 records. In order to do this you have to examine the response and follow the links for the next records.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.