Click or drag to resize

RowColumnResources.GetCellHistory Method

Overload List
  NameDescription
Public methodGetCellHistory(Int64, Int64, Int64, IEnumerable<CellInclusion>, PaginationParameters)

Gets the cell modification history.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/rows/{rowId}/columns/{columnId}/history

Remarks

This operation supports pagination of results. For more information, see Paging.

This is a resource-intensive operation and incurs 10 additional requests against the rate limit.

Public methodGetCellHistory(Int64, Int64, Int64, IEnumerable<CellInclusion>, PaginationParameters, Nullable<Int32>)

Gets the cell modification history.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/rows/{rowId}/columns/{columnId}/history

Remarks

This operation supports pagination of results. For more information, see Paging.

This is a resource-intensive operation and incurs 10 additional requests against the rate limit.

Top
See Also