Error parsing fields when requesting tracks.limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Plan
Premium
Country
Czechia
My Question or Issue
Hi! It seems there is a problem when specifying "tracks.limit" field when calling get playlist endpoint (haven't tried others).
You can request all other fields like this: "tracks.offset,tracks.next,tracks.total,tracks.previous"
{ "tracks": { "next": null, "offset": 0, "previous": null, "total": 30 } }
but once you add "tracks.limit" (or request only this one), it returns:
{ "error": { "status": 400, "message": "Error parsing parameter: fields" } }
When calling it without specifying fields, the "limit" field exists there:
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page