<?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: Copy Activity REST API - Paging in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4656107#M7534</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1227632" data-lia-user-login="bcarlson_f" class="lia-mention lia-mention-user"&gt;bcarlson_f&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV id="bodyDisplay_2" class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;As this is microsoft fabrics forum, i would suggest raising a ticket is ADF forum&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory" target="_blank" rel="noopener nofollow noreferrer"&gt;https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;"Kudos"&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 16 Apr 2025 16:05:13 GMT</pubDate>
    <dc:creator>v-sathmakuri</dc:creator>
    <dc:date>2025-04-16T16:05:13Z</dc:date>
    <item>
      <title>Copy Activity REST API - Paging</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4649274#M7495</link>
      <description>&lt;P&gt;I am having a problem with paging in ADF. What i need to do is to make an initial call to a REST API, and then use "offset" that comes from the body as a parameter in subsequent calls. I can get it working, as in it doesn't fail, but it doesn't pull back the correct data. I think what it's doing is removing my other parameters. How do I get this scenario working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First call should be:&lt;/P&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;"&lt;A href="https://api.hubapi.com/email/public/v1/" target="_blank" rel="noopener"&gt;https://api.hubapi.com/email/public/v1/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;events?limit=1000&amp;amp;startTimestamp=1744243200&amp;amp;offset="&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;"&lt;A href="https://api.hubapi.com/email/public/v1/" target="_blank" rel="noopener"&gt;https://api.hubapi.com/email/public/v1/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;events?limit=1000&amp;amp;startTimestamp=1744243200"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I've tested and it doesn't matter which.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Subsequent calls should be:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;"&lt;A href="https://api.hubapi.com/email/public/v1/" target="_blank" rel="noopener"&gt;https://api.hubapi.com/email/public/v1/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;events?limit=1000&amp;amp;startTimestamp=1744243200&amp;amp;offset=" &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;+ the offset from the results body.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;First, I don't know how to verify because the copy activity input just says "type": "RestSource", but I think what ADF is doing is to send:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;"&lt;A href="https://api.hubapi.com/email/public/v1/" target="_blank" rel="noopener"&gt;https://api.hubapi.com/email/public/v1/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;events?offset=" &amp;amp; the offset from the results, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;i.e. removing the "limit=1000&amp;amp;startTimestamp=1744243200"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Even though I can't figure out how to see the URL in ADF, I can duplicate the results by using a REST testing tool. The problem is that data is coming back that occurs before the specified timestamp.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I've followed the documentation in this page:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory#pagination-support" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory#pagination-support&lt;/A&gt;&amp;nbsp;(Example 1) but I get an error about invalid character, 7b. I've also tried about 100 different combinations from other examples I've found on YT and Google, but can't find anything that's exactly this besides the MS documentation linked.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Here's one example of something that works, but pulls the wrong data:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;&lt;SPAN&gt;baseUrl = "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/email/public/v1/&amp;quot;" target="_blank" rel="noopener"&gt;https://api.hubapi.com/email/public/v1/"&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;&lt;SPAN&gt;relativeUrl = "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;events?limit=1000&amp;amp;startTimestamp=1744243200&amp;amp;offset=&lt;/SPAN&gt;&lt;SPAN&gt;" (Adding "{offset}" as the example suggests causes the 7b error)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any help would be appreciated. Even a link to something that goes deep into explaining what's going on behind the scenes with this so I can troubleshoot. Unfortunately, most examples just explain at a high level and are not giving me what I need to troubleshoot this, such as seeing the actual URL that ADF is sending.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It's troubling because I know exactly what I need to do, but not how to make ADF do it.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Apr 2025 20:10:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4649274#M7495</guid>
      <dc:creator>bcarlson_f</dc:creator>
      <dc:date>2025-04-11T20:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Activity REST API - Paging</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4649782#M7497</link>
      <description>&lt;P&gt;7b is "left curly bracket".&amp;nbsp; You don't seem to specify an actual offset value.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Apr 2025 16:29:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4649782#M7497</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-12T16:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Activity REST API - Paging</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4649872#M7499</link>
      <description>&lt;P&gt;Thanks. That specific error comes from when I try to follow the example in the linked ADF Documentation page. If you take a look at example 1, they show an image of the configuration that has a curly bracket. When I try that though, I get the error. The examples I have don't have it since it didn't work.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Apr 2025 21:42:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4649872#M7499</guid>
      <dc:creator>bcarlson_f</dc:creator>
      <dc:date>2025-04-12T21:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Activity REST API - Paging</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4656107#M7534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1227632" data-lia-user-login="bcarlson_f" class="lia-mention lia-mention-user"&gt;bcarlson_f&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV id="bodyDisplay_2" class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;As this is microsoft fabrics forum, i would suggest raising a ticket is ADF forum&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory" target="_blank" rel="noopener nofollow noreferrer"&gt;https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;"Kudos"&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Apr 2025 16:05:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4656107#M7534</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-16T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Activity REST API - Paging</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4657647#M7547</link>
      <description>&lt;P&gt;Thanks. I've posted over there. For me, the breadcrumbs say this is a Data Factory forum but I do see fabric in the URL.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 13:55:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-Activity-REST-API-Paging/m-p/4657647#M7547</guid>
      <dc:creator>bcarlson_f</dc:creator>
      <dc:date>2025-04-17T13:55:40Z</dc:date>
    </item>
  </channel>
</rss>

