appmixer.smartsheet.core.UpdateColumn
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Sheet Id | number | Sheet Id of the sheet being accessed. |
| Column Id | number | Column Id in the sheet being accessed. |
| Title | text | Column title. |
| Type | select | - |
| Formula | text | The formula for a column, if set, for instance =data@row. |
| Hidden | toggle | Indicates whether the column is hidden. |
| Index | number | Column index or position. This number is zero-based. |
| Description | text | Column description. |
| Format | text | The format descriptor (see Formatting). Only returned if the include query string parameter contains format and this column has a non-default format applied to it. |
| Locked | toggle | Indicates whether the column is locked. In a response, a value of true indicates that the column has been locked by the sheet owner or the admin. |
| Locked For User | toggle | Indicates whether the column is locked for the requesting user. This attribute may be present in a response, but cannot be specified in a request. |
| Options | textarea | JSON array. Example: ["irure enim culpa"]. |
| Symbol | text | When applicable for CHECKBOX or PICKLIST column types. See Symbol Columns. |
| System Column Type | select | See System Columns |
| Validation | toggle | Indicates whether validation has been enabled for the column (value = true) |
| Version | number | Read only. The level of the column type. Each element in the array is set to one of the following values:
|
| Width | number | Display width of the column in pixels. |
| Auto Number Format Fill | text | Indicates zero-padding. Must be between 0 and 10 "0" (zero) characters. |
| Auto Number Format Prefix | text | The prefix. Can include the date tokens:
|
| Auto Number Format Starting Number | number | The starting number for the auto-id. |
| Auto Number Format Suffix | text | The suffix. Can include the date tokens:
|
| Contact Options Email | text | A parsable email address. |
| Contact Options Name | text | Can be a user's name, display name, or free text. |
| Field | Type | Description |
|---|---|---|
| Message | - | |
| Result Code | - | |
| Result | - | |
| Result Id | - | |
| Result Index | - | |
| Result Options | - | |
| Result Title | - | |
| Result Type | - | |
| Result Validation | - |