<?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 Retrieve automation usage for tenant in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045081#M1431</link>
    <description>&lt;P&gt;Hi Qlik Community!&lt;BR /&gt;&lt;BR /&gt;I am trying to use the "Get/v1/automations/usage"-API which is described on&amp;nbsp;&lt;BR /&gt;&lt;A href="https://qlik.dev/apis/rest/automations#%23%2Fentries%2Fv1%2Fautomations%2Fusage-get" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/automations#%23%2Fentries%2Fv1%2Fautomations%2Fusage-get&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As you can see in the documentation the response should be like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ismailk94_0-1677855607209.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101914iA63B64C7EA786A57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ismailk94_0-1677855607209.png" alt="ismailk94_0-1677855607209.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When I send the API call I have defined both the URL, Bearer Authorization and the filter-parameter as:&lt;BR /&gt;&lt;SPAN&gt;filter=date gt "2023-03-02"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;My response only contains the first three items: date, name and value.&lt;BR /&gt;I need the rest of the response from the picture: Automation: guid, name and ownerId.&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&amp;nbsp;&lt;BR /&gt;Ismail&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 15:05:36 GMT</pubDate>
    <dc:creator>ismailk94</dc:creator>
    <dc:date>2023-03-03T15:05:36Z</dc:date>
    <item>
      <title>Retrieve automation usage for tenant</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045081#M1431</link>
      <description>&lt;P&gt;Hi Qlik Community!&lt;BR /&gt;&lt;BR /&gt;I am trying to use the "Get/v1/automations/usage"-API which is described on&amp;nbsp;&lt;BR /&gt;&lt;A href="https://qlik.dev/apis/rest/automations#%23%2Fentries%2Fv1%2Fautomations%2Fusage-get" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/automations#%23%2Fentries%2Fv1%2Fautomations%2Fusage-get&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As you can see in the documentation the response should be like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ismailk94_0-1677855607209.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101914iA63B64C7EA786A57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ismailk94_0-1677855607209.png" alt="ismailk94_0-1677855607209.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When I send the API call I have defined both the URL, Bearer Authorization and the filter-parameter as:&lt;BR /&gt;&lt;SPAN&gt;filter=date gt "2023-03-02"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;My response only contains the first three items: date, name and value.&lt;BR /&gt;I need the rest of the response from the picture: Automation: guid, name and ownerId.&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&amp;nbsp;&lt;BR /&gt;Ismail&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 15:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045081#M1431</guid>
      <dc:creator>ismailk94</dc:creator>
      <dc:date>2023-03-03T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve automation usage for tenant</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045387#M1441</link>
      <description>&lt;P&gt;Hi Ismail,&lt;/P&gt;
&lt;P&gt;Did you try adding the query parameter "breakdown"?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 16:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045387#M1441</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2023-03-05T16:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve automation usage for tenant</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045388#M1442</link>
      <description>&lt;P&gt;Hi Shai_E&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;BR /&gt;I have tried to add the breakdown-parameter in several ways but I keep getting an error - do you know the syntax of how the breakdown-parameter should be added?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ismail&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 17:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2045388#M1442</guid>
      <dc:creator>ismailk94</dc:creator>
      <dc:date>2023-03-05T17:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve automation usage for tenant</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2047100#M1499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/155076"&gt;@ismailk94&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try adding&amp;nbsp;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;breakdownBy=automation&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;to your query parameters?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This seems to work for me&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="retrieve-automation-usage.png" style="width: 435px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102330iB3D719DC690EE124/image-dimensions/435x428?v=v2" width="435" height="428" role="button" title="retrieve-automation-usage.png" alt="retrieve-automation-usage.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 03:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2047100#M1499</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-03-09T03:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve automation usage for tenant</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2047133#M1502</link>
      <description>&lt;P&gt;Hi AfeefaTk&lt;BR /&gt;&lt;BR /&gt;Works perfect! Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Ismail&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 06:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Retrieve-automation-usage-for-tenant/m-p/2047133#M1502</guid>
      <dc:creator>ismailk94</dc:creator>
      <dc:date>2023-03-09T06:44:32Z</dc:date>
    </item>
  </channel>
</rss>

