spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Add ability to omit tracks from albums in Get My Saved Albums API #1029

Open jean-barre opened 6 years ago

jean-barre commented 6 years ago

Issue found on February 19th 2015.

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Open the Postman desktop application
  2. Send a GET request at https://api.spotify.com/v1/me/albums?aggregate_tracks=false endpoint with a generated token

Expected behaviour:

Receive a small JSON object containing the minimum content: albums' names and authors.

Actual behaviour:

Receive a large JSON object containing albums' names, authors and tracks' names and authors. The data is too large for my system. I was hoping your aggregate_tracks parameter would limit the data. Is there a way to do?

bih commented 5 years ago

Hello,

Can you share where you found the aggregrate_tracks parameter? It isn't mentioned anywhere in our documentation and doesn't seem to affect the output.

That aside, it's not possible to condense the output so I will mark this as a suggestion. I will raise this with the team to see if we can address this in the next 6 months.