The new api endpoints only returns the top level of a workspace or of a folder:
As an example let's say i do that call :
https://api.smartsheet.com/2.0/workspaces/1234567890/children?maxItems=1000
It will return only the sheets, reports, folder at the root of the workspace.
(exact same behaviour for querying folders children).
If I want to look for all sheets of that folder, I'll then have to do another query for every folder and sub folder of this workspace.
Is there any plans or suggestion to avoid that overload of queries ?