Convert to Paged List
2min
Splits a given JSON List into pages based on page size. If the list has 12 rows and the page_index is 5, then the output will have 3 lists. First one will have the first 5 items, second one will have 5 items and the third will hold the remaining 2.
The function can be used to convert a large list to be used in a paged list.
API Definition
Call the following API:
POST
Params

Updated 26 Apr 2023
Did this page help you?
Yes
No