<?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: ODAG API &amp;quot;Method not allowed&amp;quot; in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/2009392#M17640</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/43596"&gt;@hermandup_anz&lt;/a&gt; any place we can faind latest documentation on ODAG API?&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sat, 26 Nov 2022 13:19:11 GMT</pubDate>
    <dc:creator>jp_golay</dc:creator>
    <dc:date>2022-11-26T13:19:11Z</dc:date>
    <item>
      <title>ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812973#M15048</link>
      <description>&lt;P&gt;I am trying to create ODAG links using the ODAG API, but am getting a "Method Not Allowed" error. I've been successful in using all Repository APIs using the same method and am at a loss about why ODAG doesn't work.&lt;/P&gt;&lt;P&gt;Url:&amp;nbsp;&lt;A href="https://xxxxxxxxxxxx:4242/api/odag/v1/links?xrfkey=0123456789abcdef" target="_blank" rel="noopener"&gt;https://xxxxxxxxxxxx:4242/api/odag/v1/links?xrfkey=0123456789abcdef&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Payload:&amp;nbsp;&lt;BR /&gt;"{\"name\":\"See Products\",\"selectionApp\":\"2eed5ee0-c584-48e8-8acf-719230831352\",\"templateApp\":\"5a6868eb-5347-42f2-b79e-01c453409c7f\",\"rowEstExpr\":\"count(Product)\",\"properties\":{\"rowEstRange\":[]}}"&lt;/P&gt;&lt;P&gt;Error:&amp;nbsp;"The remote server returned an error: (405) Method Not Allowed."&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812973#M15048</guid>
      <dc:creator>hermandup_anz</dc:creator>
      <dc:date>2021-06-04T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812977#M15050</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/43596"&gt;@hermandup_anz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the documentation you have followed ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-ODAG-API-How-to-create-ODAG-links-PowerShell/ta-p/1713634" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-ODAG-API-How-to-create-ODAG-links-PowerShell/ta-p/1713634&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4242 is the repository API port, you're trying to call the ODAG API, that is a different service.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812977#M15050</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-06-04T12:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812984#M15051</link>
      <description>&lt;P&gt;I did look at the example, yes. I am passing a certificate for authentication when using the repository API. Will that work for ODAG as well or is JWT and ticketing my only options for ODAG authentication?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812984#M15051</guid>
      <dc:creator>hermandup_anz</dc:creator>
      <dc:date>2021-06-04T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812990#M15052</link>
      <description>&lt;P&gt;Yes, you can, but the endpoint URL will be different.&lt;/P&gt;&lt;P&gt;If you call it with JWT or ticket, the endpoint URL is &lt;A href="https://servername/api/odag/v1/links" target="_blank"&gt;https://servername/api/odag/v1/links&lt;/A&gt;&lt;BR /&gt;if you call it with a certificate, then the endpoint URL will be &lt;A href="https://servername:9098/v1/links" target="_blank"&gt;https://servername:9098/v1/links&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1812990#M15052</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-06-04T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1813043#M15055</link>
      <description>&lt;P&gt;That worked. Thanks so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 15:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1813043#M15055</guid>
      <dc:creator>hermandup_anz</dc:creator>
      <dc:date>2021-06-04T15:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1813239#M15069</link>
      <description>&lt;P&gt;Hi Damien_Villaret. If I may ask another question. The API call worked and the ODAG link was created, however the link doesn't appear in the selection app. Is there another step to do make it appear?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jun 2021 23:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1813239#M15069</guid>
      <dc:creator>hermandup_anz</dc:creator>
      <dc:date>2021-06-06T23:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1813529#M15075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/43596"&gt;@hermandup_anz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remember correctly, in order for it to also show in the UI, you would also need to perform some other actions with the Engine API. I would need to test before I can get back to you.&lt;BR /&gt;Would you mind opening this question as a new topic so that it's easier to find for other people that have the same question ?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 07:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/1813529#M15075</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-06-08T07:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODAG API "Method not allowed"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/2009392#M17640</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/43596"&gt;@hermandup_anz&lt;/a&gt; any place we can faind latest documentation on ODAG API?&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 13:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/ODAG-API-quot-Method-not-allowed-quot/m-p/2009392#M17640</guid>
      <dc:creator>jp_golay</dc:creator>
      <dc:date>2022-11-26T13:19:11Z</dc:date>
    </item>
  </channel>
</rss>

