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

Feature Request: paged API endpoint to get deep information about multiple projects by ID #5093

Open
MichaelAkvo opened this issue Aug 30, 2022 · 0 comments

Comments

@MichaelAkvo
Copy link
Contributor

What are you trying to do?

/rest/v1/project_extra_deep accepts only a single ID. It's not possible to pass a list of IDs to get information from.
In order to get all that information for many projects, it's necessary to call the endpoint once per project. This makes the client code worse and also the load on the server higher.

Describe the solution you'd like

Either /rest/v1/project_extra_deep should accept a list of IDs as a filter or a new endpoint should be introduced that does.

Have you consider alternatives?

No response

Additional context

No response

@MichaelAkvo MichaelAkvo added this to RSR Dec 7, 2022
@MichaelAkvo MichaelAkvo moved this to Preprocess in RSR Dec 7, 2022
@MichaelAkvo MichaelAkvo moved this from Preprocess to On Hold in RSR Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: On Hold
Development

No branches or pull requests

1 participant