How to get highlighted cell reference using API call?

sujitha
✭
I am working on automation project and we need to get yellow highlighted cell reference details using API call. I have to get recently updated cell (for example the cell that has been updated today is highlighted in yellow).
Answers
-
Hi @sujitha
There isn't a way to specifically get rows based on Highlight Changes via the Smartsheet API.
In theory, you could look at the cell history of every cell and filter down to the cells that were updated within the same time frame that Highlight Changes is set to.
Another option would be to use the UI to download the Activity Log for a specific timeframe (see: Track the History of Changes with Activity Log)
Cheers,
Genevieve