...
Enter a suitable number of seconds forĀ Items are removed from cache after. The default value is 300. The minimum value is 1, and there is no maximum value.
Pagination
When a query yields a substantial amount of results, returning all the results in a single payload can lead to performance bottlenecks. You can use the pagination setting to divide a large query results into multiple payloads by controlling the number of rows of data shown per page.
You can enable the Pagination toggle to set the number rows of query results displayed per page. You specify the desired number of rows to display on each page by entering a suitable number forĀ Maximum rows per page. The default value is 200. The minimum value is 1 and the maximum value is 1000.
...
This toggle is disabled by default. When disabled, all queried data are returned in a single page.