Hi All,
I couldn't get only the RootFolder (Projects) present under Sites but its pulling all nested projects.
For example:
https://SERVERURL/#/site/Main/projects/111
Under this there are 5 Projects (ie) Test1, Test2, Test3. Test4, Test5
While using Python TSC, it pulls all Main + 5 Projects not only the Main when using the function server.projects.get().
Is there a way to pull only root projects not sub or nested projects