<?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: Qlik Sense SDK and API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972141#M3653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oriol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry I don't really understand your problem. Please can you provide (best case) a step by step howto what you have done before you reach the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you like to use the QRS API or Enginge API with the .NET SDK or both?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2015 12:37:10 GMT</pubDate>
    <dc:creator>konrad_mattheis</dc:creator>
    <dc:date>2015-12-30T12:37:10Z</dc:date>
    <item>
      <title>Qlik Sense SDK and API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972140#M3652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working the last days into an aplication on .NET to be able to check if an app name exists in a stream deleting the application if exists and uploading and publishing the new one or only upload and publish the app if the application is new.&lt;/P&gt;&lt;P&gt;I started with the SDK being able to comunicate with the server and also create and delete applications but not uploading and publishing so I tried with the API. With the API I was able to perform the operations related with GET and PUT but not with DELETE seeming to me the way to call that operation similar than the put, so I was forced to combine the SDK and the API. &lt;/P&gt;&lt;P&gt;I supose is not the proper way to do that but I don't know if there is something that have to be taken into account when working with Delete operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With PUT operation as an example trying to publish an app it returns the following REST message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"id":"ea81f723-475f-4356-b31d-dae12983b8ca","createdDate":"2015-12-22T12:35:38.405Z","modifiedDate":"2015-12-22T12:35:39.733Z","modifiedByUserName":"SENSE\\comuser","owner":{"id":"76a556eb-cf1a-43f9-9efe-0cb2de121433","userId":"comuser","userDirectory":"SENSE","name":"comuser","privileges":null},"customProperties":[],"name":"Conector","appId":"","publishTime":"2015-12-22T12:35:39.717Z","published":true,"tags":[],"description":"","stream":{"id":"aaec8d41-5201-43ab-809f-3063750dfafd","name":"Everyone","privileges":null},"fileSize":145429,"lastReloadTime":"2015-12-17T15:56:52.000Z","thumbnail":"","savedInProductVersion":"2.1.1","migrationHash":"a9527c3f7197d59e79f5618a6900798d73ec9188","dynamicColor":"","availabilityStatus":0,"privileges":null,"schemaPath":"App"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But trying to delete the application it returns me an HTML code starting with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aplicacion no encontrada System.Exception: The HTTP request header is incorrect: &amp;lt;!doctype html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;meta charset="utf-8"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;meta name="google" value="notranslate"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;title&amp;gt;400 - Bad request&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;link rel="shortcut icon" href="data:image/x-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the PUT operation I use the direction "/qrs/app/" + appId + "/publish" with the parameter "stream" specifying the stream id where I want to publish the application, with the Delete operation I use the direction "/qrs/app/"+applicationId with no parameters, I don't know if I have left something but I would like to know the proper way to perform the Delete operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 13:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972140#M3652</guid>
      <dc:creator />
      <dc:date>2015-12-22T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SDK and API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972141#M3653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oriol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry I don't really understand your problem. Please can you provide (best case) a step by step howto what you have done before you reach the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you like to use the QRS API or Enginge API with the .NET SDK or both?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 12:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972141#M3653</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2015-12-30T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SDK and API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972142#M3654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Konrad thanks for answer my question, what I really wanted is to use only the rest api Finally I used another way to do that petition with c# following the example from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/jj819168.aspx" style="font-size: 10pt; line-height: 1.5em;" title="https://msdn.microsoft.com/en-us/library/jj819168.aspx"&gt;https://msdn.microsoft.com/en-us/library/jj819168.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying on the uri the serverurl/virtualproxy the ?xrfkey=ABCDEFG123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and specifying on the request object the headers for X-Qlik-xrfkey and X-QlikView-xrfkey with request.Headers.add()&lt;/P&gt;&lt;P&gt;and also specifying the request.Method DELETE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 10:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SDK-and-API/m-p/972142#M3654</guid>
      <dc:creator />
      <dc:date>2016-01-13T10:10:20Z</dc:date>
    </item>
  </channel>
</rss>

