Skip to content
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

Return parameters sent during MULTIGET #114

Open
conrs opened this issue Sep 23, 2020 · 0 comments
Open

Return parameters sent during MULTIGET #114

conrs opened this issue Sep 23, 2020 · 0 comments
Labels
enhancement New feature or request JiraIssueCreated

Comments

@conrs
Copy link

conrs commented Sep 23, 2020

It would be nice to have a query field in the top-level response for a MULTIGET. This could contain all the query parameters and is mostly useful for troubleshooting and later reference.

E.g.

GET /?name=meow&limit=6&offset=200

{ 
   results: [...]
   query: {
       name: "meow",
       limit: 6,
       offset: 200
   }
}
@sirishalal sirishalal added the enhancement New feature or request label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request JiraIssueCreated
Projects
None yet
Development

No branches or pull requests

3 participants