Get all records for current list view {Archived}

The ability to see all the records in the current list view would be nice.

This would let a user filter records with views and Kintone’s filters and let developers then loop through all the records that match the given filter.

Currently, you can only get a view’s query string, and the records returned in the Onload Event app.record.index.show are only the ones for the current page. This makes it nearly impossible to use Kintone’s list view filters for anything other than display.

Hello @TylerR ,

We encourage you to submit your suggestion to our Kintone Opinion Box :ballot_box: form. We appreciate any and all feedback and will use it to continue to improve our services.

@TylerR ,

Are you looking for a way to display all records, going beyond the 100 records list view limit?

If so, you can display more records by creating a Custom view. You can have a custom view that executes a GET REST API to retrieve all records from the Kintone App and display it as a list (or any other way).

Related API Docs:

Related Tutorials:

Not looking to display them, but do calculations and background processes for all of them in a view and a filter

It sounds like something we can handle with Kintone REST APIs and JS customization.

If you are interested in getting a detailed response to your question, please post a detailed post in the #general category.

The problem was addressed: