Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Capturing Row History Information

Rick Carlisle
✭✭✭
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
Tags:
Comments
-
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.
This discussion has been closed.