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
According to the documentation, requests that return multiple items are paginated and should return pagination info on the response header. However, when querying endpoint
/sites/site_id/files?page=1&per_page=10
I always get all items returned and the link header is absent. In contrast
/sites?page=1&per_page=10
works as expected and a link header is returned. As the files endpoint may return huge lists, pagination is really needed. I hope this can be fixed.
The text was updated successfully, but these errors were encountered:
According to the documentation, requests that return multiple items are paginated and should return pagination info on the response header. However, when querying endpoint
I always get all items returned and the link header is absent. In contrast
works as expected and a link header is returned. As the files endpoint may return huge lists, pagination is really needed. I hope this can be fixed.
The text was updated successfully, but these errors were encountered: