updateRequests
Get sent update request
Gets the specified sent update request on the sheet.
get/sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId}
Response
SentUpdateRequest object
Example response
{
"sentBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
},
"sentTo": {
"email": "john.doe@smartsheet.com"
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.