Hi,
Is it possible to retrieve the whole folder hierarchy using single REST API call?
I used "Get subnodes" API, but it returns only the immediate children not the sub folders under it. or is there any parameter I need to set to get sub-folders as well.
Of course I can write a recursive function to build the whole hierarchy (or write SQL query etc) but I was wondering if it was possible to get the whole hierarchy in one REST API call.
Example
Root folder
--- Folder 1
---=--Folder 2
---------Folder 3
I need to retrieve the whole folder structure in one API call. Is it possible?