Concepts
Concepts used in Smartsheet BDK Book.
Smartsheet sheet
A Sheet in Smartsheet
id
The id of the sheet
number
name
The name of the sheet
text
Smartsheet column
A column from a sheet.
id
The id of the column
optional[number]
title
The name of the column
text
column_type
The type of the column
enum[abstract_datetime, checkbox, contact_list, date, datetime, multi_contact_list, multi_picklist, picklist, predecessor, text_number]
index
The index of the column
number
Smartsheet row
A row from a sheet.
id
The id of the row
optional[number]
row_number
The number of the row
optional[number]
content
a dictionary of column name to cell value in that column
optional[json]
parent_row_id
the id of the parent row if this row is indented
optional[number]
Smartsheet cell
A cell from a sheet.
column_id
The id of the column for the cell
number
column_title
The title of the column for the cell
text
row_id
The id of the row for the cell
optional[number]
value
The value of the cell
any
Smartsheet workspace
A Workspace in Smartsheet
id
The id of the workspace
number
name
The name of the workspace
text
Last updated
Was this helpful?