Is anyone capturing row history information via the API? I'm interested in knowing how best to do this in order to understand the "history of events/actions" for a row business item.
Thanks,
Rick
You can get the history of a cell using the Smartsheet API. I'd suggest starting out by reviewing the documentation on getting cell history here:
http://smartsheet-platform.github.io/api-docs/#get-cell-history
I should note that it is a resource intensive operation for us and counts as 10 requests against any rate limits.
Getting the cell history will allow you to programtically review previous entries made into a cell.