<?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 Power BI REST API: cannot create favorite item in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-cannot-create-favorite-item/m-p/3283435#M30128</link>
    <description>&lt;P&gt;I'm using the Power BI REST API in my web application. For already some years the "set favorite" was working fine for all reports by calling the API method /FavoriteItems with POST and passing an object with the "Id" attribute (id of the report). But since some months I am getting the following error message:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;The property 'id' does not exist on type 'Model.FavoriteItem'. Make sure to only use property names that are defined by the type.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Do you know if something has changed in the API and how I can set a report as a favorite now via the API?&lt;/P&gt;&lt;P&gt;On the contrary, elimination from favorites (/FavoriteItems(&amp;lt;object with Id&amp;gt;) as DELETE request) works as usual.&lt;/P&gt;&lt;P&gt;I would really appreciate if you can help me solving this issue as it is for an application in production and users cannot use this functionallity for already quite a few months. Thanks a lot!!&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 10:04:14 GMT</pubDate>
    <dc:creator>cari_mendez</dc:creator>
    <dc:date>2023-06-14T10:04:14Z</dc:date>
    <item>
      <title>Power BI REST API: cannot create favorite item</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-cannot-create-favorite-item/m-p/3283435#M30128</link>
      <description>&lt;P&gt;I'm using the Power BI REST API in my web application. For already some years the "set favorite" was working fine for all reports by calling the API method /FavoriteItems with POST and passing an object with the "Id" attribute (id of the report). But since some months I am getting the following error message:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;The property 'id' does not exist on type 'Model.FavoriteItem'. Make sure to only use property names that are defined by the type.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Do you know if something has changed in the API and how I can set a report as a favorite now via the API?&lt;/P&gt;&lt;P&gt;On the contrary, elimination from favorites (/FavoriteItems(&amp;lt;object with Id&amp;gt;) as DELETE request) works as usual.&lt;/P&gt;&lt;P&gt;I would really appreciate if you can help me solving this issue as it is for an application in production and users cannot use this functionallity for already quite a few months. Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 10:04:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-cannot-create-favorite-item/m-p/3283435#M30128</guid>
      <dc:creator>cari_mendez</dc:creator>
      <dc:date>2023-06-14T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API: cannot create favorite item</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-cannot-create-favorite-item/m-p/3284633#M30135</link>
      <description>&lt;P&gt;The properties are case sensitive. The favourite payload expects an "Id" property, from the error it looks like you are passing an "id" property with a lowercase "i" - try using "Id" in your payload&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 22:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-REST-API-cannot-create-favorite-item/m-p/3284633#M30135</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-06-14T22:36:51Z</dc:date>
    </item>
  </channel>
</rss>

