<?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: How to get list of subscriptions and users assigned to it in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2431201#M20215</link>
    <description>&lt;P&gt;Thank you for your help&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11063"&gt;@Andrew_Kruger&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/332"&gt;@JonnyPoole&lt;/a&gt;&amp;nbsp;. Going to mark the first reply has the answer since that is the most relevant to the question.&lt;BR /&gt;Until further change I'll just make it so every subscription is created by one user and the API key is generated by the same user.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 09:42:04 GMT</pubDate>
    <dc:creator>marcelinoa</dc:creator>
    <dc:date>2024-03-15T09:42:04Z</dc:date>
    <item>
      <title>How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428229#M20136</link>
      <description>&lt;P&gt;Hi, I want to get the list of &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Subscription-reports.htm" target="_blank" rel="noopener"&gt;subscriptions&lt;/A&gt;&amp;nbsp;and consequently, the users that receive said subscriptions.&lt;/P&gt;
&lt;P&gt;Using the &lt;A href="https://qlik.dev/apis/" target="_blank" rel="noopener"&gt;Qlik Dev APIs&lt;/A&gt;&amp;nbsp;I can get the list of alerts using "/v1/data-alerts", but can't find an API Path which I can call to return me the list of subscriptions that currently exist.&lt;/P&gt;
&lt;P&gt;Any help on how I can achieve this?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 11:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428229#M20136</guid>
      <dc:creator>marcelinoa</dc:creator>
      <dc:date>2024-03-07T11:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428267#M20140</link>
      <description>&lt;P&gt;In the API world, subscriptions share an API with monitored charts and tabular report tasks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/sharing-tasks/" target="_blank"&gt;https://qlik.dev/apis/rest/sharing-tasks/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To get subscriptions you can use these two endpoints for chart and sheet subscriptions respectively:&lt;/P&gt;
&lt;P&gt;/api/v1/sharing-tasks?type=chart-sharing&lt;/P&gt;
&lt;P&gt;/api/v1/sharing-tasks?type=sheet-sharing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 12:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428267#M20140</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2024-03-07T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428663#M20158</link>
      <description>&lt;P&gt;Thank you very much! That returns what I wanted, but I'm having a small set back.&lt;/P&gt;
&lt;P&gt;Calling the individual sharing-task with "/v1/sharing-tasks/{taskId}" seemingly returns all the information about said task, but the recipients comes empty when I know the one I checked has at least 3 users as recipients.&lt;/P&gt;
&lt;P&gt;I can see the recipients in the QMC, so any idea what might cause the information to not show?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 10:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428663#M20158</guid>
      <dc:creator>marcelinoa</dc:creator>
      <dc:date>2024-03-08T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428752#M20162</link>
      <description>&lt;P&gt;I don't see that. When I check the JSON returned by doing a GET on a single sharing-task I see a 'value' property for the recipient which is the same as the 'userId'&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonnyPoole_1-1709904403800.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161607i986041F19277304B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonnyPoole_1-1709904403800.png" alt="JonnyPoole_1-1709904403800.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 13:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2428752#M20162</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2024-03-08T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2430735#M20196</link>
      <description>&lt;P&gt;Thank you for your help so far. I foud out my problem.&lt;BR /&gt;I'm not getting any user because the API key I'm using was made with my user, and I'm not the owner of the subscriptions. This doesn't happen with the data-alerts where I can see the users of the alert irregardly if I'm the owner or not.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Any last tip on how can I possibly circunvent this? Or it's not possible?&lt;BR /&gt;Just has a reference, my user has all possible permissions and has access to all the spaces that exist in the machine.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 10:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2430735#M20196</guid>
      <dc:creator>marcelinoa</dc:creator>
      <dc:date>2024-03-14T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2430838#M20198</link>
      <description>&lt;P&gt;I'll make some inquiries. I've had this question before and short of creating an API key for each user and cycling your API call through each key, there may not be an easy answer at the moment.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 13:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2430838#M20198</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2024-03-14T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2431023#M20210</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/51414"&gt;@marcelinoa&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/332"&gt;@JonnyPoole&lt;/a&gt;&amp;nbsp;for the discussion, I have reviewed internally and logged an issue accordingly.&amp;nbsp; I can't offer a timeline for resolution however the intent will be to bring the subscription call to return the recipient list.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 21:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2431023#M20210</guid>
      <dc:creator>Andrew_Kruger</dc:creator>
      <dc:date>2024-03-14T21:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of subscriptions and users assigned to it</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2431201#M20215</link>
      <description>&lt;P&gt;Thank you for your help&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11063"&gt;@Andrew_Kruger&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/332"&gt;@JonnyPoole&lt;/a&gt;&amp;nbsp;. Going to mark the first reply has the answer since that is the most relevant to the question.&lt;BR /&gt;Until further change I'll just make it so every subscription is created by one user and the API key is generated by the same user.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 09:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-list-of-subscriptions-and-users-assigned-to-it/m-p/2431201#M20215</guid>
      <dc:creator>marcelinoa</dc:creator>
      <dc:date>2024-03-15T09:42:04Z</dc:date>
    </item>
  </channel>
</rss>

