You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried replacing 'cursor' in the url with 'offset' but it doesn't offset the results and returns the first 100 again.
I also noticed in playing around with it, if you change the limit to a higher number such as 1000 the cursor parameter is not returned at all in the next_href value, in that case it returns "https://api.soundcloud.com/me/activities?limit=1000"
The text was updated successfully, but these errors were encountered:
Title: Cursor has invalid value on /me/activities next_href field
Issue found of: September 11th, 2024
Endpoint(s):
GET /me/activities
Scope(s):
Steps to reproduce:
curl --request GET \ --url 'https://api.soundcloud.com/activities?limit=100'
Expected behaviour:
the next_href field should contain a cursor value
Actual behaviour:
instead it uses the old offset value and is "https://api.soundcloud.com/me/activities?limit=100&cursor=100"
If appears to be the same as issue #165.
I tried replacing 'cursor' in the url with 'offset' but it doesn't offset the results and returns the first 100 again.
I also noticed in playing around with it, if you change the limit to a higher number such as 1000 the cursor parameter is not returned at all in the next_href value, in that case it returns "https://api.soundcloud.com/me/activities?limit=1000"
The text was updated successfully, but these errors were encountered: