Is there a way to get all sheets inside a folder, including all subfolders? (In Smartsheet)

250 Views Asked by At

I have created a script to automatically update all sheets in a folder, but if there are subfolders, I don't know of a way to dynamically access the other sheets inside those subfolders. Does anyone know if this is possible using the smartsheet api?

tl;dr: I want to be able to access the sheets inside a folder, and the sheets inside all of subfolders that are inside the original folder (and any sheets in those folders etc.).

Thank you for reading, I really appreciate the help!

1

There are 1 best solutions below

0
On

You have to list the folder inside of the root folder and to make recursive calls.