# Add image to cell

Uploads an image to the specified cell within a sheet.

Endpoint: POST /sheets/{sheetId}/rows/{rowId}/columns/{columnId}/cellimages
Version: 2.0.0
Security: APIToken, OAuth2

## Path parameters:

  - `sheetId` (number, required)
    ID of the sheet being accessed.

  - `rowId` (number, required)
    ID of the sheet row being accessed.

  - `columnId` (number, required)
    ID of the sheet column being accessed.

## Header parameters:

  - `Authorization` (string)
    API Access Token used to authenticate requests to Smartsheet APIs.

  - `smartsheet-integration-source` (string)
    Uses the following metadata to distinguish between human-initiated API requests and third-party service-initiated calls by AI Connectors or ITSM:

- Integration source type
- Organization name
- Integration source name 

Format:


TYPE,OrgName,SourceName


Examples: 

AI,SampleOrg,My-AI-Connector-v2

SCRIPT,SampleOrg2,Accounting-updater-script

APPLICATION,SampleOrg3,SheetUpdater
    Example: "AI,SampleOrg,My-AI-Connector-v2"

  - `Content-Type` (string)
    Required for POST and PUT requests. Defines the structure for the request body.

  - `Content-Disposition` (string)
    Should be equal to "attachment" to tell the API that a file is in the body of the POST request, followed by a semicolon, followed by filename= and the URL-encoded filename in quotes
    Example: "attachment; filename=\"ProgressReport.docx\""

  - `Content-Length` (integer)
    Must be set to the size of the file, in bytes. For example to determine file size using in UNIX:
$ ls -l ProgressReport.docx
5463 ProgressReport.docx
    Example: 5463

## Query parameters:

  - `altText` (string)
    Url-encoded alternate text for the image

  - `overrideValidation` (boolean)
    You may use the query string parameter overrideValidation with a value of true to allow a cell value outside of the validation limits. You must specify strict with a value of false to bypass value type checking.

## Response 200 fields (application/json):

  - `version` (number,null)
    New version of the sheet. Applicable only for operations which update sheet data.

  - `failedItems` (array,null)
    Array of BulkItemFailure objects which represents the items that failed to be added or updated. See [Bulk operations > Partial success](/api/smartsheet/guides/advanced-topics/scalability-options) for more information. Applicable only for bulk operations that support partial success.

  - `failedItems.rowId` (number,null)
    The ID of the row that failed. Applicable only to bulk row operations.

  - `failedItems.error` (object)
    The error caused by the failed item.

  - `failedItems.error.refId` (string)
    The ID of the specific error occurrence. Please include this information when contacting Smartsheet support.

  - `failedItems.error.errorCode` (number)
    Custom error code from Smartsheet. See the complete [Error Code List](/api/smartsheet/error-codes).

  - `failedItems.error.message` (string)
    Descriptive error message.

  - `failedItems.index` (number)
    The index of the failed item in the bulk request array.

  - `message` (string)
    Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)
    Enum: "PARTIAL_SUCCESS", "SUCCESS"

  - `resultCode` (number)
    * '0' Success
* '3' Partial Success of Bulk Operation
    Enum: 0, 3

  - `result` (object)

  - `result.id` (number)
    Row ID.

  - `result.siblingId` (number)
    Sibling ID.

  - `result.accessLevel` (string)
    Enum: "ADMIN", "COMMENTER", "EDITOR", "EDITOR_SHARE", "OWNER", "VIEWER"

  - `result.attachments` (array)
    Attachments on row. Only returned if the include query string parameter contains attachments.

  - `result.attachments.id` (number)
    Attachment ID.

  - `result.attachments.parentId` (number)
    The ID of the parent.

  - `result.attachments.attachmentType` (string)
    Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts.
    Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO"

  - `result.attachments.attachmentSubType` (string)
    Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values.
    Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET"

  - `result.attachments.mimeType` (string)
    Attachment MIME type.
    Example: "PNG"

  - `result.attachments.parentType` (string)
    The type of object the attachment belongs to.
    Enum: "COMMENT", "PROOF", "ROW", "SHEET"

  - `result.attachments.createdAt` (any)

  - `result.attachments.createdBy` (object)
    User object containing name and email of the user who created this attachment.

  - `result.attachments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.attachments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.attachments.name` (string)
    Attachment name.

  - `result.attachments.sizeInKb` (number)
    The size of the file, if the attachmentType is FILE.

  - `result.attachments.url` (string)
    Attachment temporary URL (files only).

  - `result.attachments.urlExpiresInMillis` (number)
    Attachment temporary URL time to live (files only).

  - `result.cells` (array)
    Cells belonging to the row.

  - `result.cells.columnId` (number)
    The ID of the column that the cell is located in.

  - `result.cells.columnType` (string)
    Only returned if the include query string parameter contains columnType.

  - `result.cells.conditionalFormat` (string)
    The format descriptor describing this cell's conditional format. Only returned if the include query string parameter contains format and this cell has a conditional format applied.

  - `result.cells.displayValue` (string)
    Visual representation of cell contents, as presented to the user in the UI.

  - `result.cells.format` (string)
    The format descriptor. Only returned if the include query string parameter contains format and this cell has a non-default format applied.

  - `result.cells.formula` (string)
    The formula for a cell, if set, for instance =COUNTM([Assigned To]3). Note that calculation errors or problems with a formula do not cause the API call to return an error code. Instead, the response contains the same value as in the UI, such as cell.value = "#CIRCULAR REFERENCE".

  - `result.cells.hyperlink` (object)

  - `result.cells.hyperlink.reportId` (number)
    If non-null, this hyperlink is a link to the report with this ID.

  - `result.cells.hyperlink.sheetId` (number)
    If non-null, this hyperlink is a link to the sheet with this ID.

  - `result.cells.hyperlink.sightId` (number)
    If non-null, this hyperlink is a link to the dashboard with this ID.

  - `result.cells.hyperlink.url` (string)
    When the hyperlink is a URL link, this property contains the URL value. When the hyperlink is a dashboard/report/sheet link (that is, dashboardId, reportId, or sheetId is non-null), this property contains the permalink to the dashboard, report, or sheet.

  - `result.cells.image` (object)

  - `result.cells.image.altText` (string)
    Alternate text for the image.

  - `result.cells.image.height` (number)
    Original height (in pixels) of the uploaded image.

  - `result.cells.image.id` (string)
    Image ID.

  - `result.cells.image.width` (number)
    Original width (in pixels) of the uploaded image.

  - `result.cells.linkInFromCell` (object)

  - `result.cells.linkInFromCell.columnId` (number)
    Column ID of the linked cell.

  - `result.cells.linkInFromCell.rowId` (number)
    Row ID of the linked cell.

  - `result.cells.linkInFromCell.sheetId` (number)
    Sheet ID of the sheet that the linked cell belongs to.

  - `result.cells.linkInFromCell.sheetName` (string)
    Sheet name of the linked cell.

  - `result.cells.linkInFromCell.status` (string)
    * BLOCKED One of several other values indicating unusual error conditions.
* BROKEN The row or sheet linked to was deleted.
* CIRCULAR One of several other values indicating unusual error conditions.
* DISABLED One of several other values indicating unusual error conditions.
* INACCESSIBLE The sheet linked to cannot be viewed by this user.
* INVALID One of several other values indicating unusual error conditions.
* NOT_SHARED One of several other values indicating unusual error conditions.
* OK The link is in a good state.
    Enum: "BLOCKED", "BROKEN", "CIRCULAR", "DISABLED", "INACCESSIBLE", "INVALID", "NOT_SHARED", "OK"

  - `result.cells.linksOutToCells` (array)

  - `result.cells.linksOutToCells.columnId` (number)
    Column ID of the linked cell.

  - `result.cells.linksOutToCells.rowId` (number)
    Row ID of the linked cell.

  - `result.cells.linksOutToCells.sheetId` (number)
    Sheet ID of the sheet that the linked cell belongs to.

  - `result.cells.linksOutToCells.sheetName` (string)
    Sheet name of the linked cell.

  - `result.cells.linksOutToCells.status` (string)
    * BLOCKED One of several other values indicating unusual error conditions.
* BROKEN The row or sheet linked to was deleted.
* CIRCULAR One of several other values indicating unusual error conditions.
* DISABLED One of several other values indicating unusual error conditions.
* INACCESSIBLE The sheet linked to cannot be viewed by this user.
* INVALID One of several other values indicating unusual error conditions.
* NOT_SHARED One of several other values indicating unusual error conditions.
* OK The link is in a good state.
    Enum: "BLOCKED", "BROKEN", "CIRCULAR", "DISABLED", "INACCESSIBLE", "INVALID", "NOT_SHARED", "OK"

  - `result.cells.objectValue` (any)

  - `result.cells.overrideValidation` (boolean)
    (Admin only) Indicates whether the cell value can contain a value outside of the validation limits (value = true). When using this parameter, you must also set strict to false to bypass value type checking. This property is honored for POST or PUT actions that update rows.

  - `result.cells.strict` (boolean)
    Set to false to enable lenient parsing. Defaults to true. You can specify this attribute in a request, but it is never present in a response.

  - `result.cells.value` (any)
    A string, number, or a Boolean value -- depending on the cell type and the data in the cell. Cell values larger than 4000 characters are silently truncated. An empty cell returns no value.

  - `result.columns` (array)
    Columns of row. Only returned if the include query string parameter contains columns.

  - `result.conditionalFormat` (string)
    Describes this row's conditional format. Only returned if the include query string parameter contains format and this row has a conditional format applied.
    Example: ",,1,1,,,,,,,,,,,,,"

  - `result.createdAt` (any)

  - `result.createdBy` (object)
    User object containing name and email of the creator of this row.

  - `result.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.discussions` (array)
    Discussions on the row. Only returned if the include query string parameter contains discussions.

  - `result.discussions.accessLevel` (string)
    Enum: "ADMIN", "COMMENTER", "EDITOR", "EDITOR_SHARE", "OWNER", "VIEWER"

  - `result.discussions.id` (number)
    Discussion ID.

  - `result.discussions.comments` (array)
    Array of comments in discussion. Only returned if the include query string parameter contains comments.

  - `result.discussions.comments.attachments` (array)
    Array of attachments on comments.

  - `result.discussions.comments.attachments.id` (number)
    Attachment ID.

  - `result.discussions.comments.attachments.parentId` (number)
    The ID of the parent.

  - `result.discussions.comments.attachments.attachmentType` (string)
    Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts.
    Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO"

  - `result.discussions.comments.attachments.attachmentSubType` (string)
    Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values.
    Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET"

  - `result.discussions.comments.attachments.mimeType` (string)
    Attachment MIME type.
    Example: "PNG"

  - `result.discussions.comments.attachments.parentType` (string)
    The type of object the attachment belongs to.
    Enum: "COMMENT", "PROOF", "ROW", "SHEET"

  - `result.discussions.comments.attachments.createdAt` (any)

  - `result.discussions.comments.attachments.createdBy` (object)
    User object containing name and email of the user who created this attachment.

  - `result.discussions.comments.attachments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.discussions.comments.attachments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.discussions.comments.attachments.name` (string)
    Attachment name.

  - `result.discussions.comments.attachments.sizeInKb` (number)
    The size of the file, if the attachmentType is FILE.

  - `result.discussions.comments.attachments.url` (string)
    Attachment temporary URL (files only).

  - `result.discussions.comments.attachments.urlExpiresInMillis` (number)
    Attachment temporary URL time to live (files only).

  - `result.discussions.comments.createdAt` (any)

  - `result.discussions.comments.createdBy` (object)
    User object containing name and email of the creator of this comment.

  - `result.discussions.comments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.discussions.comments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.discussions.comments.discussionId` (number)
    Discussion ID of discussion that contains comment.

  - `result.discussions.comments.id` (number)
    Comment ID.

  - `result.discussions.comments.modifiedAt` (any)

  - `result.discussions.comments.text` (string)
    Comment body.

  - `result.discussions.commentAttachments` (array)
    Array of attachments on discussion comments. Only returned if the include query string parameter contains attachments.

  - `result.discussions.commentAttachments.id` (number)
    Attachment ID.

  - `result.discussions.commentAttachments.parentId` (number)
    The ID of the parent.

  - `result.discussions.commentAttachments.attachmentType` (string)
    Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts.
    Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO"

  - `result.discussions.commentAttachments.attachmentSubType` (string)
    Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values.
    Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET"

  - `result.discussions.commentAttachments.mimeType` (string)
    Attachment MIME type.
    Example: "PNG"

  - `result.discussions.commentAttachments.parentType` (string)
    The type of object the attachment belongs to.
    Enum: "COMMENT", "PROOF", "ROW", "SHEET"

  - `result.discussions.commentAttachments.createdAt` (any)

  - `result.discussions.commentAttachments.createdBy` (object)
    User object containing name and email of the user who created this attachment.

  - `result.discussions.commentAttachments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.discussions.commentAttachments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.discussions.commentAttachments.name` (string)
    Attachment name.

  - `result.discussions.commentAttachments.sizeInKb` (number)
    The size of the file, if the attachmentType is FILE.

  - `result.discussions.commentAttachments.url` (string)
    Attachment temporary URL (files only).

  - `result.discussions.commentAttachments.urlExpiresInMillis` (number)
    Attachment temporary URL time to live (files only).

  - `result.discussions.commentCount` (number)
    Number of comments in the discussion.

  - `result.discussions.createdBy` (object)
    User object containing name and email of the user who created the discussion.

  - `result.discussions.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.discussions.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.discussions.lastCommentedAt` (any)

  - `result.discussions.lastCommentedUser` (object)
    User object containing name and email of the user who last commented on the discussion.

  - `result.discussions.lastCommentedUser.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.discussions.lastCommentedUser.name` (string)
    Example: "Jane Doe"

  - `result.discussions.parentId` (number)
    The ID of the associated row or sheet.

  - `result.discussions.parentType` (string)
    Type of parent object.
    Enum: "ROW", "SHEET"

  - `result.discussions.readOnly` (boolean)
    Indicates whether the user can modify the discussion.

  - `result.discussions.title` (string)
    Title automatically created by duplicating the first 100 characters of top-level comment.

  - `result.proof` (object)
    Object containing zero or more media items, including images, videos, and documents, for review, editing, or approval.

  - `result.proof.id` (number)
    Proof ID of the proof version.

  - `result.proof.originalId` (number)
    Proof ID of the original proof version.

  - `result.proof.name` (string)
    Proof name. This is the same as primary column value. If the primary column value is empty, name is empty.

  - `result.proof.type` (string)
    File type for the proof version.
    Enum: "DOCUMENT", "IMAGE", "MIXED", "NONE", "VIDEO"

  - `result.proof.documentType` (string)
    If type=DOCUMENT, then this indicates the type of file, such as PDF.

  - `result.proof.proofRequestUrl` (string)
    URL to review a proofing request.

  - `result.proof.version` (number)
    The version number of the proof.

  - `result.proof.lastUpdatedAt` (any)

  - `result.proof.lastUpdatedBy` (object)
    User object containing name and email of the user who last updated the proof.

  - `result.proof.lastUpdatedBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.lastUpdatedBy.name` (string)
    Example: "Jane Doe"

  - `result.proof.isCompleted` (boolean)
    Indicates whether the proof is completed.

  - `result.proof.attachments` (array)
    Array of Attachment objects. Only returned if the include query string parameter contains attachments.

  - `result.proof.attachments.id` (number)
    Attachment ID.

  - `result.proof.attachments.parentId` (number)
    The ID of the parent.

  - `result.proof.attachments.attachmentType` (string)
    Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts.
    Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO"

  - `result.proof.attachments.attachmentSubType` (string)
    Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values.
    Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET"

  - `result.proof.attachments.mimeType` (string)
    Attachment MIME type.
    Example: "PNG"

  - `result.proof.attachments.parentType` (string)
    The type of object the attachment belongs to.
    Enum: "COMMENT", "PROOF", "ROW", "SHEET"

  - `result.proof.attachments.createdAt` (any)

  - `result.proof.attachments.createdBy` (object)
    User object containing name and email of the user who created this attachment.

  - `result.proof.attachments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.attachments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.proof.attachments.name` (string)
    Attachment name.

  - `result.proof.attachments.sizeInKb` (number)
    The size of the file, if the attachmentType is FILE.

  - `result.proof.attachments.url` (string)
    Attachment temporary URL (files only).

  - `result.proof.attachments.urlExpiresInMillis` (number)
    Attachment temporary URL time to live (files only).

  - `result.proof.discussions` (array)
    Array of Discussion objects. Only returned if the include query string parameter contains discussions.

  - `result.proof.discussions.accessLevel` (string)
    Enum: "ADMIN", "COMMENTER", "EDITOR", "EDITOR_SHARE", "OWNER", "VIEWER"

  - `result.proof.discussions.id` (number)
    Discussion ID.

  - `result.proof.discussions.comments` (array)
    Array of comments in discussion. Only returned if the include query string parameter contains comments.

  - `result.proof.discussions.comments.attachments` (array)
    Array of attachments on comments.

  - `result.proof.discussions.comments.attachments.id` (number)
    Attachment ID.

  - `result.proof.discussions.comments.attachments.parentId` (number)
    The ID of the parent.

  - `result.proof.discussions.comments.attachments.attachmentType` (string)
    Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts.
    Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO"

  - `result.proof.discussions.comments.attachments.attachmentSubType` (string)
    Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values.
    Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET"

  - `result.proof.discussions.comments.attachments.mimeType` (string)
    Attachment MIME type.
    Example: "PNG"

  - `result.proof.discussions.comments.attachments.parentType` (string)
    The type of object the attachment belongs to.
    Enum: "COMMENT", "PROOF", "ROW", "SHEET"

  - `result.proof.discussions.comments.attachments.createdAt` (any)

  - `result.proof.discussions.comments.attachments.createdBy` (object)
    User object containing name and email of the user who created this attachment.

  - `result.proof.discussions.comments.attachments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.discussions.comments.attachments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.proof.discussions.comments.attachments.name` (string)
    Attachment name.

  - `result.proof.discussions.comments.attachments.sizeInKb` (number)
    The size of the file, if the attachmentType is FILE.

  - `result.proof.discussions.comments.attachments.url` (string)
    Attachment temporary URL (files only).

  - `result.proof.discussions.comments.attachments.urlExpiresInMillis` (number)
    Attachment temporary URL time to live (files only).

  - `result.proof.discussions.comments.createdAt` (any)

  - `result.proof.discussions.comments.createdBy` (object)
    User object containing name and email of the creator of this comment.

  - `result.proof.discussions.comments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.discussions.comments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.proof.discussions.comments.discussionId` (number)
    Discussion ID of discussion that contains comment.

  - `result.proof.discussions.comments.id` (number)
    Comment ID.

  - `result.proof.discussions.comments.modifiedAt` (any)

  - `result.proof.discussions.comments.text` (string)
    Comment body.

  - `result.proof.discussions.commentAttachments` (array)
    Array of attachments on discussion comments. Only returned if the include query string parameter contains attachments.

  - `result.proof.discussions.commentAttachments.id` (number)
    Attachment ID.

  - `result.proof.discussions.commentAttachments.parentId` (number)
    The ID of the parent.

  - `result.proof.discussions.commentAttachments.attachmentType` (string)
    Attachment type. Note--Dropbox, Egnyte, and Evernote are not supported for Smartsheet.gov accounts.
    Enum: "BOX_COM", "DROPBOX", "EGNYTE", "EVERNOTE", "FILE", "GOOGLE_DRIVE", "LINK", "ONEDRIVE", "TRELLO"

  - `result.proof.discussions.commentAttachments.attachmentSubType` (string)
    Attachment sub type. Note--Folder type is for EGNYTE values and the rest are GOOGLE_DRIVE values.
    Enum: "DOCUMENT", "DRAWING", "FOLDER", "PDF", "PRESENTATION", "SPREADSHEET"

  - `result.proof.discussions.commentAttachments.mimeType` (string)
    Attachment MIME type.
    Example: "PNG"

  - `result.proof.discussions.commentAttachments.parentType` (string)
    The type of object the attachment belongs to.
    Enum: "COMMENT", "PROOF", "ROW", "SHEET"

  - `result.proof.discussions.commentAttachments.createdAt` (any)

  - `result.proof.discussions.commentAttachments.createdBy` (object)
    User object containing name and email of the user who created this attachment.

  - `result.proof.discussions.commentAttachments.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.discussions.commentAttachments.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.proof.discussions.commentAttachments.name` (string)
    Attachment name.

  - `result.proof.discussions.commentAttachments.sizeInKb` (number)
    The size of the file, if the attachmentType is FILE.

  - `result.proof.discussions.commentAttachments.url` (string)
    Attachment temporary URL (files only).

  - `result.proof.discussions.commentAttachments.urlExpiresInMillis` (number)
    Attachment temporary URL time to live (files only).

  - `result.proof.discussions.commentCount` (number)
    Number of comments in the discussion.

  - `result.proof.discussions.createdBy` (object)
    User object containing name and email of the user who created the discussion.

  - `result.proof.discussions.createdBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.discussions.createdBy.name` (string)
    Example: "Jane Doe"

  - `result.proof.discussions.lastCommentedAt` (any)

  - `result.proof.discussions.lastCommentedUser` (object)
    User object containing name and email of the user who last commented on the discussion.

  - `result.proof.discussions.lastCommentedUser.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.proof.discussions.lastCommentedUser.name` (string)
    Example: "Jane Doe"

  - `result.proof.discussions.parentId` (number)
    The ID of the associated row or sheet.

  - `result.proof.discussions.parentType` (string)
    Type of parent object.
    Enum: "ROW", "SHEET"

  - `result.proof.discussions.readOnly` (boolean)
    Indicates whether the user can modify the discussion.

  - `result.proof.discussions.title` (string)
    Title automatically created by duplicating the first 100 characters of top-level comment.

  - `result.expanded` (boolean)
    Indicates whether the row is expanded or collapsed.

  - `result.filteredOut` (boolean)
    Indicates if the row is filtered out by a column filter. Only returned if the include query string parameter contains filters.

  - `result.format` (string)
    Format descriptor. Only returned if the include query string parameter contains format and this row has a non-default format applied.
    Example: ",,1,1,,,,,,,,,,,,,"

  - `result.inCriticalPath` (boolean)
    Only returned, with a value of true, if the sheet is a project sheet with dependencies enabled and this row is in the critical path.

  - `result.locked` (boolean)
    Indicates whether the row is locked.

  - `result.lockedForUser` (boolean)
    Indicates whether the row is locked for the requesting user.

  - `result.modifiedAt` (any)

  - `result.modifiedBy` (object)
    User object containing name and email of the last person to modify this row.

  - `result.modifiedBy.email` (string)
    Example: "jane.doe@smartsheet.com"

  - `result.modifiedBy.name` (string)
    Example: "Jane Doe"

  - `result.permaLink` (string)
    URL that represents a direct link to the row in Smartsheet. Only returned if the include query string parameter contains rowPermalink.

  - `result.rowNumber` (number)
    Row number within the sheet.

  - `result.version` (number)
    Sheet version number that is incremented every time a sheet is modified.


