Idea: A single command that can be used to collapse all in a smartsheet through the API.
How is this done today? by running another script to identify each parent row and then send a command of expand=false. It certainly works but it's not clean or easy. A single command to collapse the entire sheet is needed.
Why is this needed: so when sheets are built programatically through the API, they can be auto collapsed when built so when users hit the sheet, it's always collapsed and every user doesn't have to click collapse all in the UI.