MCP Server for Smartsheet

Build 25.0.9440

Info_CellHistory

Access the historical changes of specific cells in Smartsheet, enabling detailed audit and tracking capabilities.

Table Specific Information

Select

To get data from this view a SheetId, RowId, and ColumnId are always required.

Retrieve Cell History.

SELECT * FROM Info_CellHistory WHERE SheetId = '2940085806098308' AND RowId = '6773684447799172' AND ColumnId = '7999197812156292'

Columns

Name Type References Description
Value String The most recent content in the cell, which could include text, numbers, or the result of a formula. This value represents the cell's current state.
ModifiedAt Datetime The date and time when the cell was last updated. This helps in identifying the most recent activity in the cell.
EditorName String The full name of the user who made the latest changes to the cell. This provides clarity about who is responsible for updates.
EditorEmail String The email address of the user who last modified the cell, allowing for easy communication or audit purposes.
SheetId String A unique identifier for the sheet containing this cell. This links the cell to its corresponding sheet in Smartsheet.
RowId String A unique identifier for the row in which this cell is located. This helps in pinpointing and managing specific rows.
ColumnId String A unique identifier for this cell's column enables efficient column-based operations or analysis.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440