Lesson locked
Please enrol in the course or become a Pro member to access this lesson.
Enrol to course
Are you already enrolled? Log in to
continue learning.
Pagination
Retrieving all records at once can have an effect on an API's performance especially when dealing with a large number of records. To mitigate that, we should only retrieve a specific chunk of records at a time and subsequently retrieve the rest. This lesson covers how to do that using pagination.