Core APIs
List
Convert to Paged List
1min
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