v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
updateRequests

Get sent update request

Gets the specified sent update request on the sheet.

get/sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId}

Response

SentUpdateRequest object

idnumber

The ID of the sent update request.

updateRequestIdnumber

The ID of the originating update request.

messagestring

The message of the email. Max 10000 characters.

status'CANCELED' | 'COMPLETE' | 'PENDING'

The status of the sent update request.

subjectstring

The subject of the email.

columnIdsnumber[]

The IDs of columns included in the request.

rowIdsnumber[]

The IDs of rows where an update is requested.

includeAttachmentsboolean

Indicates whether the attachments were included in the email.

includeDiscussionsboolean

Indicates whether the discussions were included in the email.

Example response

{
  "sentBy": {
    "email": "jane.doe@smartsheet.com",
    "name": "Jane Doe"
  },
  "sentTo": {
    "email": "john.doe@smartsheet.com"
  }
}