<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get response header in tRestClient in a GET response in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511795#M147372</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Quentin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for feedback, your code was very helpful, but I choose a slightly different approach.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created a subjob to "get number of pages". I used a tJaveRow component connected to the tRestClient and got the header information. I splitt this in two and used part of your code to get the total number of pages.&lt;/P&gt;&lt;P&gt;Code in tJavaRow:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;// Get header&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;context.vRestHeader = ((java.util.Map&amp;lt;String,java.util.List&amp;lt;String&amp;gt;&amp;gt;)globalMap.get(&lt;/SPAN&gt;&lt;SPAN&gt;"tRESTClient_2_HEADERS"&lt;/SPAN&gt;&lt;SPAN&gt;)).get(&lt;/SPAN&gt;&lt;SPAN&gt;"link"&lt;/SPAN&gt;&lt;SPAN&gt;).get(0).toString();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// Splitt header to get the part of the string with total number of pages&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;context.vRestHeader2 = context.vRestHeader.substring(context.vRestHeader.indexOf(&lt;/SPAN&gt;&lt;SPAN&gt;"rel"&lt;/SPAN&gt;&lt;SPAN&gt;)+10, context.vRestHeader.length());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Get number of pages&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;context.vLastPage = Integer.valueOf(context.vRestHeader2.substring(context.vRestHeader2.indexOf(&lt;/SPAN&gt;&lt;SPAN&gt;"page="&lt;/SPAN&gt;&lt;SPAN&gt;)+5, context.vRestHeader2.indexOf(&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;;"&lt;/SPAN&gt;&lt;SPAN&gt;)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I stored this in context variables.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I connected this subjob to a new subjob "Get Rows" where i started with a tLoop to loop all values from 1 to total number of pages (= context.vLastPage). I connected the tLoop to a tJava to get the current iteration and stored this in a new context variable and then connected a new request to the api through a tRestClient for each iteration.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EspenH_0-1743060172036.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179024i759D5662ACD34732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EspenH_0-1743060172036.png" alt="EspenH_0-1743060172036.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code in tJava:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;context.vNextPage = ((Integer)globalMap.get(&lt;/SPAN&gt;&lt;SPAN&gt;"tLoop_1_CURRENT_VALUE"&lt;/SPAN&gt;&lt;SPAN&gt;));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.out.println(&lt;/SPAN&gt;&lt;SPAN&gt;"Page : "&lt;/SPAN&gt;&lt;SPAN&gt;+context.vNextPage);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;The context variable context.vNextPage is used in the connected tRestClient to request eache iterated page.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 27 Mar 2025 07:31:59 GMT</pubDate>
    <dc:creator>EspenH</dc:creator>
    <dc:date>2025-03-27T07:31:59Z</dc:date>
    <item>
      <title>How to get response header in tRestClient in a GET response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511019#M147353</link>
      <description>&lt;P&gt;We use tRestClient to connect to an api.&lt;/P&gt;&lt;P&gt;In the response we get statusCode, body and string, but the source uses pagination and this is returned in the respose hearder.&lt;/P&gt;&lt;P&gt;In Posteman in the console i find the response header:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;▶&lt;/SPAN&gt;Response Headers&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Fri, 21 Mar 2025 15:03:28 GMT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Content-Type&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;application/json&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Content-Length&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;3562&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Connection&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;keep-alive&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;x-amzn-RequestId&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;xxxxxxxxxxxxxxxx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Access-Control-Allow-Origin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Content-Encoding&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;gzip&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;x-amz-apigw-id&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;xxxxxxxxxxxxxxxxxxxx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;X-Trace-Id&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;xxxxxxxxxxxxxxxxxxxxxxx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;link&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;lt;&lt;A href="https://rest.api.24sevenoffice.com/v1/transactionlines?dateFrom=2024-02-01&amp;amp;dateTo=2024-02-02&amp;amp;" target="_blank" rel="noopener"&gt;https://rest.api.xxxxxxxxx.com/v1/transactionlines?dateFrom=2024-02-01&amp;amp;dateTo=2024-02-02&amp;amp;&lt;/A&gt;&lt;FONT color="#FF0000"&gt;page=2&lt;/FONT&gt;&amp;gt;; rel="next", &amp;lt;&lt;A href="https://rest.api.24sevenoffice.com/v1/transactionlines?dateFrom=2024-02-01&amp;amp;dateTo=2024-02-02&amp;amp;" target="_blank" rel="noopener"&gt;https://rest.api.xxxxxxxx.com/v1/transactionlines?dateFrom=2024-02-01&amp;amp;dateTo=2024-02-02&amp;amp;&lt;/A&gt;&lt;FONT color="#FF0000"&gt;page=82&lt;/FONT&gt;&amp;gt;; rel="last", &amp;lt;&lt;A href="https://rest.api.24sevenoffice.com/v1/transactionlines?dateFrom=2024-02-01&amp;amp;dateTo=2024-02-02" target="_blank" rel="noopener"&gt;https://rest.apixxxxxxxxxxcom/v1/transactionlines?dateFrom=2024-02-01&amp;amp;dateTo=2024-02-02&lt;/A&gt;&amp;gt;; rel="self"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;X-Amzn-Trace-Id&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Root=xxxxxxxxxxxxxxx;Sampled=1;Lineage=1:c1d6dcf4:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Access-Control-Allow-Credentials&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;true&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In this response header i need to get information in the "link" part and more specific information about next page and total number of pages (both in red text above).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Do any of you experts know how to do this in a Talend? Is it possible through a tRestClient or do I need to user another component?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Mar 2025 15:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511019#M147353</guid>
      <dc:creator>EspenH</dc:creator>
      <dc:date>2025-03-21T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response header in tRestClient in a GET response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511216#M147354</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/293868"&gt;@EspenH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We implemented a &lt;STRONG&gt;tRest&lt;/STRONG&gt; component (but it might also work with a &lt;STRONG&gt;tRestClient&lt;/STRONG&gt;) then in the job we linked it to a &lt;STRONG&gt;tExtractJSONFields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Depending of the structure of your response header you'll have to either use &lt;STRONG&gt;Xpath&lt;/STRONG&gt; or &lt;STRONG&gt;JsonPath&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In our case the response header is a body without structure so we use Xpath without a loop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mapping of &lt;STRONG&gt;tExtractJSONFields&lt;/STRONG&gt; looks like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="quentinvigne_0-1742805882555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178909i7DC84F8896917E0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="quentinvigne_0-1742805882555.png" alt="quentinvigne_0-1742805882555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then for your problem I guess you'll have to do string extraction to get the number after "page=".&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do that you will have to split the link in 2 columns (one for current link and one for link with max pages)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and for each you'll use &lt;STRONG&gt;String.lastIndexOf&lt;/STRONG&gt;("page=") which will give you the index of where to start the substring and then you can use &lt;STRONG&gt;String.substring&lt;/STRONG&gt;("yourstring", yourstring.lastIndexOf("page=") +5, 7)&lt;/P&gt;&lt;P&gt;The only problem I can see is if you don't know how many characters to get ? It can be 1, 2 or 3 so you'll have to probably get the index of "&lt;SPAN&gt;&amp;gt;;" which is just after your number and then substract the index this give you (for example 50) with the index you got before (for example 48) which in the end will give you only what you need : the page number. The end function should look like this&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;row1.link.substring(row1.link.lastIndexOf("page=")+5, row1.link.lastIndexOf("&amp;gt;;")-row1.link.lastIndexOf("page=")+5)&lt;/LI-CODE&gt;&lt;P&gt;Tell me if you need more help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Quentin&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 09:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511216#M147354</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2025-03-24T09:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response header in tRestClient in a GET response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511795#M147372</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Quentin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for feedback, your code was very helpful, but I choose a slightly different approach.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created a subjob to "get number of pages". I used a tJaveRow component connected to the tRestClient and got the header information. I splitt this in two and used part of your code to get the total number of pages.&lt;/P&gt;&lt;P&gt;Code in tJavaRow:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;// Get header&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;context.vRestHeader = ((java.util.Map&amp;lt;String,java.util.List&amp;lt;String&amp;gt;&amp;gt;)globalMap.get(&lt;/SPAN&gt;&lt;SPAN&gt;"tRESTClient_2_HEADERS"&lt;/SPAN&gt;&lt;SPAN&gt;)).get(&lt;/SPAN&gt;&lt;SPAN&gt;"link"&lt;/SPAN&gt;&lt;SPAN&gt;).get(0).toString();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// Splitt header to get the part of the string with total number of pages&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;context.vRestHeader2 = context.vRestHeader.substring(context.vRestHeader.indexOf(&lt;/SPAN&gt;&lt;SPAN&gt;"rel"&lt;/SPAN&gt;&lt;SPAN&gt;)+10, context.vRestHeader.length());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Get number of pages&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;context.vLastPage = Integer.valueOf(context.vRestHeader2.substring(context.vRestHeader2.indexOf(&lt;/SPAN&gt;&lt;SPAN&gt;"page="&lt;/SPAN&gt;&lt;SPAN&gt;)+5, context.vRestHeader2.indexOf(&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;;"&lt;/SPAN&gt;&lt;SPAN&gt;)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I stored this in context variables.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I connected this subjob to a new subjob "Get Rows" where i started with a tLoop to loop all values from 1 to total number of pages (= context.vLastPage). I connected the tLoop to a tJava to get the current iteration and stored this in a new context variable and then connected a new request to the api through a tRestClient for each iteration.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EspenH_0-1743060172036.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179024i759D5662ACD34732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EspenH_0-1743060172036.png" alt="EspenH_0-1743060172036.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code in tJava:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;context.vNextPage = ((Integer)globalMap.get(&lt;/SPAN&gt;&lt;SPAN&gt;"tLoop_1_CURRENT_VALUE"&lt;/SPAN&gt;&lt;SPAN&gt;));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.out.println(&lt;/SPAN&gt;&lt;SPAN&gt;"Page : "&lt;/SPAN&gt;&lt;SPAN&gt;+context.vNextPage);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;The context variable context.vNextPage is used in the connected tRestClient to request eache iterated page.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Mar 2025 07:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-header-in-tRestClient-in-a-GET-response/m-p/2511795#M147372</guid>
      <dc:creator>EspenH</dc:creator>
      <dc:date>2025-03-27T07:31:59Z</dc:date>
    </item>
  </channel>
</rss>

