Support paginated API calls
esune opened this issue · 1 comments
esune commented
Most of the APIs exposed by the ToB backend use pagination to limit the volume of data that is sent back to the frontend. However, there are scenarios where we want to acquire ALL of the data and therefore it is necessary to implement pagination-aware data requests.