Is there a way to obtain the sheetID, for the Smartsheet API, for each row found on a report?
I have a script to make modifications to sheets using the Smartsheet API. However, I had to locate the sheetID manually by accessing every single sheet and going to its properties. Is there a way to use the Smartsheet API to make a GET and obtain the sheetID for every row that appears on a report? Currently I am able to GET every row from the report and the cell information, but I want the sheetID so I can make a list and run my script faster.