-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No pagination for presets, components, component_groups, roles ? #535
Comments
PS. same is happening for roles endpoint...
|
eeeee end same for
|
Same for all components:
|
Any update on the pagination issue ? :) |
@marckraw We'll tackle this one. |
@thiagosaife super cool, thank you 🙏 |
Hi @marckraw can you please confirm for me if this is still an issue? Thanks |
will try to find some time, this/next week to do proper testing - |
@marckraw Let me know 🙏🏻 |
When making request to get all presets, (through
storyblok-js-client
with url:spaces/${spaceId}/presets/
there is nototal
field inresponse
and also nothing in headers.Expected Behavior
Request should return
total
, and page field, and should be able to passper_page
andpage
into params.Example of proper pagination response, from for example datasources:
Current Behavior
It doesnt return
total
andpage
fields, also not in headers:Steps to Reproduce
Just make request using
storyblok-js-client@^5.10.2
The text was updated successfully, but these errors were encountered: