<?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: Microsoft Fabric connection to REST API in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623296#M1507</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608020" data-lia-user-login="v-cboorla-msft" class="lia-mention lia-mention-user"&gt;v-cboorla-msft&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thank you a lot for the guide! It worked out!&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 15:01:00 GMT</pubDate>
    <dc:creator>lewolze</dc:creator>
    <dc:date>2024-01-08T15:01:00Z</dc:date>
    <item>
      <title>Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3615573#M1483</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to connect to REST API.&lt;BR /&gt;&lt;A href="https://developer.veevavault.com/api/23.3/#retrieve-common-document-fields" target="_blank" rel="noopener"&gt;https://developer.veevavault.com/api/23.3/#retrieve-common-document-fields&lt;/A&gt;&lt;BR /&gt;And it seems I lost the track where I should start. I am new in that.&lt;/P&gt;&lt;P&gt;Should I make Dataflow or Pipeline? It seems both option can be implemented:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/get-started/decision-guide-pipeline-dataflow-spark" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/get-started/decision-guide-pipeline-dataflow-spark&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Dataflow: I tried to use WEB API connector, but it is always failed. I used User/Password authentification.&lt;/P&gt;&lt;P&gt;2. Pipline: I tried WEB and WEB V2 connection for Copy Activity with different type of authentification but I failed again.&lt;BR /&gt;&lt;BR /&gt;Can you please help me with a brief guide? It seems I do something wrong just at the begining.&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 12:50:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3615573#M1483</guid>
      <dc:creator>lewolze</dc:creator>
      <dc:date>2024-01-04T12:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3615657#M1484</link>
      <description>&lt;P&gt;For connecting a REST API, web activity within the pipeline is sufficient.&lt;/P&gt;&lt;P&gt;Below is a sample blog to access an Azure REST API leveraging web activity:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.c-sharpcorner.com/article/invoke-azure-data-factory-pipeline-via-msft-fabric/" target="_blank"&gt;https://www.c-sharpcorner.com/article/invoke-azure-data-factory-pipeline-via-msft-fabric/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share the web activity settings/config and what error you are getting?&lt;/P&gt;&lt;P&gt;And were you able to test the same config of accessing the REST API via postman or some extranl way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 13:28:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3615657#M1484</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-01-04T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3618437#M1495</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="668785" data-lia-user-login="lewolze" class="lia-mention lia-mention-user"&gt;lewolze&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;I have not used this particular API&amp;nbsp; in the past and I do not have a first hand experience on the same . But I have always used the postman to testing the payload and if that works I tried to implement the same in dataflow/pipeline .&amp;nbsp;&lt;BR /&gt;Did you tried the postman option and did it worked ? I will start with postman first before doing anything at all .&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 19:09:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3618437#M1495</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2024-01-05T19:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3621945#M1500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="668785" data-lia-user-login="lewolze" class="lia-mention lia-mention-user"&gt;lewolze&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;As I understand that you are trying to connect to REST API in Fabric.&lt;/P&gt;
&lt;P&gt;Could you please follow the below steps for connecting REST API in Fabric using Pipeline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know in case if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:00:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3621945#M1500</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-01-08T09:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623283#M1506</link>
      <description>&lt;P&gt;Hello Himanshu,&lt;BR /&gt;Thank you for the reply. Yes, I usually check with Windows PowerShell.&lt;BR /&gt;I managed to call '&lt;SPAN class=""&gt;SP Metadata' (I found this link in SAML Single Sign-on Configuration). At least, authentification worked out and I got the response from API. I'll try to call some data/documents soon.&lt;BR /&gt;I'll keet you updated. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 14:58:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623283#M1506</guid>
      <dc:creator>lewolze</dc:creator>
      <dc:date>2024-01-08T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623296#M1507</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608020" data-lia-user-login="v-cboorla-msft" class="lia-mention lia-mention-user"&gt;v-cboorla-msft&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thank you a lot for the guide! It worked out!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623296#M1507</guid>
      <dc:creator>lewolze</dc:creator>
      <dc:date>2024-01-08T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623304#M1508</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for the article.&lt;BR /&gt;I usually check with Windows PowerShell. All good.&lt;BR /&gt;I did the pipleline and it wokred out! Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:02:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623304#M1508</guid>
      <dc:creator>lewolze</dc:creator>
      <dc:date>2024-01-08T15:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric connection to REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623360#M1509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="668785" data-lia-user-login="lewolze" class="lia-mention lia-mention-user"&gt;lewolze&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Glad that your query got resolved. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please continue using Fabric Community for any help regarding your queries.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:33:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Microsoft-Fabric-connection-to-REST-API/m-p/3623360#M1509</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-01-08T15:33:06Z</dc:date>
    </item>
  </channel>
</rss>

