List with data shaping in REST API #2230
leomp12
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 2 replies
-
We've avoided this as a feature so far and it's because of the overlap with GraphQL. Querying nested structures using GraphQL is 100% more preferred than blasting query params into a REST GET. Also it would be a significant amount of code to reinvent the wheel. I would be interested if anyone has a really compelling argument for why I'm wrong. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would you be interested in a
fields
(or something) URL parameter to shape REST paginated results?GET /api/{collection-slug}?fields=title,link
for exampleBeta Was this translation helpful? Give feedback.
All reactions