Using URI Query parameters to explore the data of a database
This scenario applies only to Talend ESB, Talend Data Services Platform, Talend MDM Platform, Talend Real-Time Big Data Platform, and Talend Data Fabric.
This scenario describes how to use URI query parameters in tRESTRequest to explore data of a database, and send the response via the tRESTResponse.
To do so, you can create two subJobs linked together by an OnSubjobOk connection; this way the two subJobs will be executed sequentially. For more information on Trigger connection, see Trigger connections for a Job. The first subJob will create and populate the database and the second one will allow to explore the database through the REST service.