Announcements

Help Wizard

Step 1

NEXT STEP

Error parsing fields when requesting tracks.limit

Error parsing fields when requesting tracks.limit

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:

leoshusar_0-1654636289174.png

 

Reply
0 Replies

Suggested posts