<?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 QRS REST API: how to retrieve measure definition? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618227#M11192</link>
    <description>&lt;P&gt;Hi, I thanks for your reply, but I am looking for a solution using the QRS REST API.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 12:38:18 GMT</pubDate>
    <dc:creator>IQ0</dc:creator>
    <dc:date>2019-08-29T12:38:18Z</dc:date>
    <item>
      <title>Qlik Sense QRS REST API: how to retrieve measure definition?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618046#M11188</link>
      <description>&lt;P&gt;I would like to retrieve Master Items (Dimensions and Measures) used on a Server in Apps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have tried MasterConfig , GINQ0 Master Item Manager and the Governed Metrics Service (GMS). All have their limitations. GINQ CSV export cannot deal with newlines in definitions,&amp;nbsp; the GMS is complex and unsupported, MasterConfig cannot load Master Items from existing Dashboards.&lt;/P&gt;
&lt;P&gt;What currently works is extracting Master Items from Apps using the QRS Websocket JSON interface via Python and then uploading via MasterConfig into new Apps. I would prefer a solution that works completely from the front end.&lt;/P&gt;
&lt;P&gt;I would prefer a solution that works completely from the front end. Therefore I tried to create an App connecting using a REST connector to the QRS REST API using "&lt;A href="https://localhost/qrs/app/object/full" target="_blank"&gt;https://localhost/qrs/app/object/full&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;This can load measure descriptions, name, etc. But measure definitions are missing and the field “attributes”&amp;nbsp; seems to be an encoded string. How can I retrieve measure definition and all the other attributes of a measure or Master Item using the QRS REST API?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 18:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618046#M11188</guid>
      <dc:creator>IQ0</dc:creator>
      <dc:date>2021-08-13T18:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense QRS REST API: how to retrieve measure definition?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618076#M11189</link>
      <description>&lt;P&gt;I think you need to go through the engine API to get that type of information. In particular you want these endpoints:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/services-Doc-GetDimension.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/services-Doc-GetDimension.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/services-Doc-GetMeasure.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/services-Doc-GetMeasure.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And then get the properties of those.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618076#M11189</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-08-29T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense QRS REST API: how to retrieve measure definition?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618227#M11192</link>
      <description>&lt;P&gt;Hi, I thanks for your reply, but I am looking for a solution using the QRS REST API.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 12:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618227#M11192</guid>
      <dc:creator>IQ0</dc:creator>
      <dc:date>2019-08-29T12:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense QRS REST API: how to retrieve measure definition?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618490#M11193</link>
      <description>&lt;P&gt;Nothing inside of an app is exposed via the QRS API, so&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;'s pointer to the Engine API is going to be the route that you will need to go. The QRS API, when it comes to apps, has some high level meta-data like lists of sheets, lists of master items, etc. But the actual content of those assets inside of an app are not exposed via the QRS API.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 18:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618490#M11193</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-08-29T18:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense QRS REST API: how to retrieve measure definition?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618621#M11194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Getting this information from the REST API is not possible, but you could use the corectl tool, published as open source by Qlik:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/qlik-oss/corectl" target="_blank"&gt;https://github.com/qlik-oss/corectl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Under the hood this tool uses the engine API though.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-QRS-REST-API-how-to-retrieve-measure-definition/m-p/1618621#M11194</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-08-30T06:38:36Z</dc:date>
    </item>
  </channel>
</rss>

