<?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: Exporting list of those with access to the Report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1659639#M18052</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;just tried it and it still works for me.... did you open the Manage permissions page of the dataset first? The URL that starts with&amp;nbsp;&lt;A href="https://app.powerbi.com/groups/me/permission/report" target="_blank"&gt;https://app.powerbi.com/groups/me/permission/report&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 07:07:58 GMT</pubDate>
    <dc:creator>AlexanderK79</dc:creator>
    <dc:date>2021-02-11T07:07:58Z</dc:date>
    <item>
      <title>Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/636539#M9727</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to export the list of those that my report has been shared with. The list has gotten rather long and exporting is the most efficient way. Is there a way to do this? I am already at the list of recipients, I just don't see a way to export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 20:16:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/636539#M9727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-04T20:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/641913#M9773</link>
      <description>&lt;P&gt;You can proably use the REST API to get this using some PowerShell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can of course query the backend database (ReportServer DB) if you have access with something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All our security is applied at a folder level (hence the Type=1) if its an indivuidual report you would need to figure out how to query for that within the dbo.catalog table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SELECT	u.UserName
	   ,r.RoleName
FROM	dbo.PolicyUserRole pur
		LEFT OUTER JOIN dbo.Roles r
			ON r.RoleID = pur.RoleID
		LEFT OUTER JOIN dbo.Users u
			ON u.UserID = pur.UserID
WHERE	pur.PolicyID = (
						 SELECT	PolicyID
						 FROM	dbo.Catalog
						 WHERE	Type = 1
								AND Path = '&amp;lt;PATH_TO_FOLDER&amp;gt;' );&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:10:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/641913#M9773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-11T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/641929#M9774</link>
      <description>&lt;P&gt;If you install the ReportingServicesTools PowerShell module from here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/ReportingServicesTools" target="_blank"&gt;https://github.com/Microsoft/ReportingServicesTools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can get the data back pretty easily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Import-Module ReportingServicesTools

$CatItemRoles = Get-RsCatalogItemRole -Path "/ThisFolderOrItem" -ReportServerUri "http://yourServerName/ReportServerPBI"

$CatItemRoles | Export-Csv -LiteralPath "C:\CatItemRoles.csv"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:31:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/641929#M9774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-11T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/833594#M12025</link>
      <description>&lt;P&gt;from where i can get the access of the db&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 08:10:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/833594#M12025</guid>
      <dc:creator>Prabhav_Jain</dc:creator>
      <dc:date>2019-10-31T08:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/842356#M12115</link>
      <description>&lt;P&gt;When you install PBI Reporting Server it has to be setup with a database backend. You can see where this is by running the PBI Reporting Server config tool on your PBI Reporting server. You will need permissions to go query that server and DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 10:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/842356#M12115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T10:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/923942#M12926</link>
      <description>&lt;P&gt;Open the Manage permissions page of the dataset&amp;nbsp; in Chrome, and then start a developer mode using F12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the console area type the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$('span.emailColumn').each(function() { console.log ($(this).text())})&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will give you all the mail addresses &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; in a list&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or.... even cooler:&lt;BR /&gt;&lt;STRONG&gt;$('.permissionTable li').each(function() { console.log ( $(this).children('span.nameColumn').text(),",",$(this).children('span.emailColumn').text(),",",$(this).children('span.memberAccessColumn').text())})&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check Bart's updated version of the script since the release of the new sharing experience:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1826969/highlight/true#M19196" target="_blank"&gt;https://community.powerbi.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1826969/highlight/true#M19196&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which will give you a CSV list in the console to be copy/pasted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 08:15:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/923942#M12926</guid>
      <dc:creator>AlexanderK79</dc:creator>
      <dc:date>2021-05-10T08:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1085685#M14182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do you get from the Report Server URI parameter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Cristina&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 09:12:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1085685#M14182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-12T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1085774#M14184</link>
      <description>&lt;P&gt;You don't need the&amp;nbsp; Report Server when you use the trick with the debugging tools&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 10:12:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1085774#M14184</guid>
      <dc:creator>AlexanderK79</dc:creator>
      <dc:date>2020-05-12T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1087363#M14201</link>
      <description>&lt;P&gt;No? What do you need then? I write this on Power Shell:&amp;nbsp;Import-Module ReportingServicesTools; Get-RsCatalogItemRole this is what I'm getting:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;U&gt;Failed to establish proxy connection to http://localhost/reportserver/ : Failed to establish proxy connection to http://localhost/reportserver/ReportService2010.asmx : There was an error&lt;/U&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;U&gt;downloading 'http://localhost/reportserver/ReportService2010.asmx'&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first lines of code are part of this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import-Module ReportingServicesTools&lt;BR /&gt;$CatItemRoles = Get-RsCatalogItemRole -Path "/ThisFolderOrItem" -ReportServerUri "http://yourServerName/ReportServerPBI"&lt;BR /&gt;$CatItemRoles | Export-Csv -LiteralPath "C:\CatItemRoles.csv"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's why I was asking for the ReportServerUri parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cristina Simion&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:50:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1087363#M14201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-13T07:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1087412#M14202</link>
      <description>&lt;P&gt;Sorry, but I don't know... I took a different approach&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:11:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1087412#M14202</guid>
      <dc:creator>AlexanderK79</dc:creator>
      <dc:date>2020-05-13T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1087648#M14204</link>
      <description>&lt;P&gt;Could you explain me which aproach did you take?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 10:07:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1087648#M14204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-13T10:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1150024#M14541</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;He took the console approach which he did explain in his previous message. It works perfectly!!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 06:16:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1150024#M14541</guid>
      <dc:creator>tamilkumaran</dc:creator>
      <dc:date>2020-06-10T06:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1363161#M15961</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20891"&gt;@AlexanderK79&lt;/a&gt;&amp;nbsp;, worked perfectly&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 02:43:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1363161#M15961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-11T02:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1442751#M16355</link>
      <description>&lt;P&gt;This is great!!! thank you! do you have a similar coding for extracting the users assigned to each row-level security role? this would be so helpful to control accesses and manage the security roles. Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 17:10:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1442751#M16355</guid>
      <dc:creator>marteaga</dc:creator>
      <dc:date>2020-10-19T17:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1526500#M16984</link>
      <description>&lt;P&gt;Hi, i tried the solution suggested by you and it worked very perfectly. I just would want to tweek some parameters like instead of Email i want Alias. How should i do that? From where i can get more references to make more combinations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 13:00:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1526500#M16984</guid>
      <dc:creator>AkshayManke</dc:creator>
      <dc:date>2020-12-01T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1527085#M16989</link>
      <description>&lt;P&gt;no, I'm sorry... you can only retrieve what shows up in the permissions list...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$('.permissionTable li').each(function() { console.log ( $(this).children('span.nameColumn').text(),",",$(this).children('span.emailColumn').text(),",",$(this).children('span.memberAccessColumn').text())})&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 18:09:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1527085#M16989</guid>
      <dc:creator>AlexanderK79</dc:creator>
      <dc:date>2020-12-01T18:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1658133#M18042</link>
      <description>&lt;P&gt;Hi, Can it be that something changed on the site? It is not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LinVPowerBI1_0-1612970933440.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/452276iB9A939DFE614EB88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LinVPowerBI1_0-1612970933440.png" alt="LinVPowerBI1_0-1612970933440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:29:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1658133#M18042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-10T15:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1659639#M18052</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;just tried it and it still works for me.... did you open the Manage permissions page of the dataset first? The URL that starts with&amp;nbsp;&lt;A href="https://app.powerbi.com/groups/me/permission/report" target="_blank"&gt;https://app.powerbi.com/groups/me/permission/report&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 07:07:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1659639#M18052</guid>
      <dc:creator>AlexanderK79</dc:creator>
      <dc:date>2021-02-11T07:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1659850#M18055</link>
      <description>&lt;P&gt;Yes it worked, I was looking at the pop-up screen. Great thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 08:27:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1659850#M18055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-11T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting list of those with access to the Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1697355#M18354</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20891"&gt;@AlexanderK79&lt;/a&gt;&amp;nbsp;do you have a similar coding for extracting the users assigned to each row-level security role? this would be so helpful to control accesses and manage the security roles. Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 03:57:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Exporting-list-of-those-with-access-to-the-Report/m-p/1697355#M18354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-02T03:57:05Z</dc:date>
    </item>
  </channel>
</rss>

