Some REST API endpoints limit the amount of data that can be processed at once. There may be a case where not all data can be sent in a single request. In this case, paginated data sources can be used.

Overview: