<?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 QRS API - Help in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290173#M7113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having some issues in figuring out the full path of the below actions. Could someone please help me identify the full path that i should be using to perform the below actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, to get the complete list of custom properties i am using the path.&lt;/P&gt;&lt;P&gt;&lt;A href="https://server.com/qrs/custompropertydefinition/full?Xrfkey=abcdefghijklmnop" title="https://server.com/qrs/custompropertydefinition/full?Xrfkey=abcdefghijklmnop"&gt;https://server.com/qrs/custompropertydefinition/full?Xrfkey=abcdefghijklmnop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would like to add a value to the existing custom property. What is the path i should use to update the property. For example. If i had three values in a custom property and i want to add the 4th value. How should i send it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 11:02:45 GMT</pubDate>
    <dc:creator>aadil_madarveet</dc:creator>
    <dc:date>2016-12-20T11:02:45Z</dc:date>
    <item>
      <title>QRS API - Help</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290173#M7113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having some issues in figuring out the full path of the below actions. Could someone please help me identify the full path that i should be using to perform the below actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, to get the complete list of custom properties i am using the path.&lt;/P&gt;&lt;P&gt;&lt;A href="https://server.com/qrs/custompropertydefinition/full?Xrfkey=abcdefghijklmnop" title="https://server.com/qrs/custompropertydefinition/full?Xrfkey=abcdefghijklmnop"&gt;https://server.com/qrs/custompropertydefinition/full?Xrfkey=abcdefghijklmnop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would like to add a value to the existing custom property. What is the path i should use to update the property. For example. If i had three values in a custom property and i want to add the 4th value. How should i send it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 11:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290173#M7113</guid>
      <dc:creator>aadil_madarveet</dc:creator>
      <dc:date>2016-12-20T11:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API - Help</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290174#M7114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured out the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;identify the id of the custom property and build a path like below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://server.com/qrs/custompropertydefinition/79d954c5-5436-492a-a61c-17cffc3bd17d?Xrfkey=abcdefghijklmnop" title="https://server.com/qrs/custompropertydefinition/79d954c5-5436-492a-a61c-17cffc3bd17d?Xrfkey=abcdefghijklmnop"&gt;https://server.com/qrs/custompropertydefinition/79d954c5-5436-492a-a61c-17cffc3bd17d?Xrfkey=abcdefghijklmnop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to update or add or delete the value of a Custom Property&lt;/P&gt;&lt;P&gt;read the response and assign it to a variable and then do push or pop or use any method to modify the array. I have used push in here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;responseJson.choiceValues.push(customPropertyValue);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and send the entire response back using the PUT action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290174#M7114</guid>
      <dc:creator>aadil_madarveet</dc:creator>
      <dc:date>2016-12-21T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API - Help</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290175#M7115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know that you figured it out. Meanwhile could you mark the post as "Answered"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 09:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-Help/m-p/1290175#M7115</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2016-12-22T09:20:49Z</dc:date>
    </item>
  </channel>
</rss>

