pub enum RowIncludeFlags {
Attachments,
Columns,
ColumnType,
Discussions,
Filters,
Format,
ObjectValue,
RowPermalink,
RowWriterInfo,
WriterInfo,
}
Expand description
Row Include Flags are documented here: https://smartsheet.redoc.ly/#section/Row-Include-Flags
Variants§
Attachments
Includes row attachments
array.
To include discussion attachments, both attachments
and
discussions
must be present in the include list.
Columns
Adds a columns
array that specifies all of the columns for the
sheet. This enables you to have the full context of the cells in the
row.
ColumnType
Includes columnType
attribute in the row’s cells indicating the type
of the column the cell resides in.
Discussions
Includes row discussions
array.
To include discussion attachments, both attachments
and discussions
must be present in the include list.
Filters
Includes filteredOut
attribute indicating if the row should be
displayed or hidden according to the sheet’s filters.
Format
Includes format
attribute on the row, its cells, or summary fields.
See Formatting.
ObjectValue
Includes objectValue
attribute on cells containing values. For more
information see Cell Reference.
RowPermalink
Includes permalink
attribute that represents a direct link to the
row in the Smartsheet application.
RowWriterInfo
RowIncludeFlags::WriterInfo
insteadDEPRECATED Includes createdBy
and modifiedBy
attributes on the
row, indicating the row’s creator, and last modifier.
WriterInfo
Includes createdBy
and modifiedBy
attributes on the row or summary
fields, indicating the row or summary field’s creator, and last modifier.