Get all workspaces and projects in one call

Is it possible to get all workspaces with all projects in them in a single REST api call?
I am reading the documentation and I do not see any possibility in doing this. Please confirm.
My current implementation is:
1 - Get all workspaces
2 - For each workspace, gets all projects in it.

Hi @Fvaladao and welcome to the forum!

Your reading of the docs is correct - there’s no way to get everything in one call, you need to retrieve the data like you’re now doing it.

2 Likes