Dynamic paging and error handling in REST API services

 

Subscription onlyThis content is available for Talend Academy subscription users only. Open use case - EN

 

Prerequisites

Talend Cloud API Services, Talend Data Integration Basics

Third-party software

MySQL

Description

 

 

This use case introduces the concept of API paging. In this scenario, you need to query a large number of response records and would like to retrieve the responses in chunks. In this case, it helps limit the number of response records on each page (for example, 10 records per page) and to iterate the REST service as needed. This use case shows you how to implement API paging while applying best practices for handling REST errors.