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

Review of endpoints to return a single resource #380

Open
tdipisa opened this issue Oct 28, 2024 · 0 comments
Open

Review of endpoints to return a single resource #380

tdipisa opened this issue Oct 28, 2024 · 0 comments

Comments

@tdipisa
Copy link
Member

tdipisa commented Oct 28, 2024

Now we are forced to request information from three different endpoints:

  • /extjs/resource/{id} for the essential metadata
  • /resources/resource/{id}/attributes optionally requested depending by the caller tool on the front-end
  • /resources/resource/{id}/permissions optionally requested depending by the caller tool on the front-end

It would be nice to return all the information of payloads returned from the above endpoints through a single request against the extjs endpoint (on the /extjs/resource/{id} endpoint) with the following option as query parameters:

  • add parameters includeAttributes
  • add includePermissions
@tdipisa tdipisa self-assigned this Oct 28, 2024
@tdipisa tdipisa added this to the 2025.01.00 milestone Oct 28, 2024
@tdipisa tdipisa unassigned nmco Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants