We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All Mangement API endpoints should provide a (restricted) "get-all" endpoint, that returns the entire Collection of entities.
All Managment APIs
This is useful for management operations and for setting up test/demo environemnts.
add a endpoint that is restricted to the "admin" role, and accepts a QuerySpec
"admin"
QuerySpec
@GET public Collection<SomeEntity> getAllEntities(){ //... }
The text was updated successfully, but these errors were encountered:
paullatzelsperger
Successfully merging a pull request may close this issue.
Feature Request
All Mangement API endpoints should provide a (restricted) "get-all" endpoint, that returns the entire Collection of entities.
Which Areas Would Be Affected?
All Managment APIs
Why Is the Feature Desired?
This is useful for management operations and for setting up test/demo environemnts.
Solution Proposal
add a endpoint that is restricted to the
"admin"
role, and accepts aQuerySpec
The text was updated successfully, but these errors were encountered: