<?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 Get Playlist Items Service API in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5886609#M12692</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;something changed in this api service because the following call used to work:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;playlist_id=&amp;lt;any&amp;gt;&lt;/P&gt;&lt;P&gt;fields=“total,items(added_at,added_by.id,track(name,id))”&lt;/P&gt;&lt;P&gt;and now it doesnt work. However, if you remove the ‘.id’ at the added_by, it works by returning all the added_by info. It seems that something goes wrong with the ‘&lt;A href="http://added_by.id" target="_blank"&gt;&lt;SPAN&gt;added_by.id&lt;/SPAN&gt;&lt;/A&gt;’ and the server doesnt return any more info after this field.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 09:24:09 GMT</pubDate>
    <dc:creator>jeidigitalcreations</dc:creator>
    <dc:date>2024-02-15T09:24:09Z</dc:date>
    <item>
      <title>Get Playlist Items Service API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5886609#M12692</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;something changed in this api service because the following call used to work:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;playlist_id=&amp;lt;any&amp;gt;&lt;/P&gt;&lt;P&gt;fields=“total,items(added_at,added_by.id,track(name,id))”&lt;/P&gt;&lt;P&gt;and now it doesnt work. However, if you remove the ‘.id’ at the added_by, it works by returning all the added_by info. It seems that something goes wrong with the ‘&lt;A href="http://added_by.id" target="_blank"&gt;&lt;SPAN&gt;added_by.id&lt;/SPAN&gt;&lt;/A&gt;’ and the server doesnt return any more info after this field.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 09:24:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5886609#M12692</guid>
      <dc:creator>jeidigitalcreations</dc:creator>
      <dc:date>2024-02-15T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get Playlist Items Service API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5886998#M12696</link>
      <description>&lt;P&gt;I am having a similar issue, I used the list of items below when fetching playlist items without issues up until this morning:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;items(added_at,track(id,name,disc_number,duration_ms,external_ids,track_number,artists(id,name),album(id,name,release_date,total_tracks))),limit,next,offset,previous,total&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;That no longer returns album info, if I swap the artists and album order, then I get album info but not artists'.&lt;/P&gt;&lt;P&gt;I had to disable the fields query from my requests as that's the only way I can retrieve all the info I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clues as to what's happening?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:31:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5886998#M12696</guid>
      <dc:creator>zzzrod</dc:creator>
      <dc:date>2024-02-15T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get Playlist Items Service API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5887085#M12697</link>
      <description>&lt;P&gt;Yes, this is my problem and also my temporary fix (despite the increase in size response).&lt;/P&gt;&lt;P&gt;I’ve a more complex filter like yours, but reported a simpler one because it fails the same. IMHO it’s due to a new deployed server version that fails to parse the fields parameter. When the service returns to previous behaviour I’ll revert the workaround.&lt;/P&gt;&lt;P&gt;I guess we just have to wait for Spotify to solve it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:23:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5887085#M12697</guid>
      <dc:creator>jeidigitalcreations</dc:creator>
      <dc:date>2024-02-15T14:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get Playlist Items Service API</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5888612#M12709</link>
      <description>&lt;P&gt;Now it works as usual. Whatever failed has already been fixed.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 08:57:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Playlist-Items-Service-API/m-p/5888612#M12709</guid>
      <dc:creator>jeidigitalcreations</dc:creator>
      <dc:date>2024-02-16T08:57:49Z</dc:date>
    </item>
  </channel>
</rss>

