SheetUpdateRequestResources Methods | ![]() |
The SheetUpdateRequestResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateUpdateRequest | Creates an Update Request for the specified Row(s) within the Sheet. An email notification (containing a link to the update request) will be asynchronously sent to the specified recipient(s). It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/updaterequests |
![]() | DeleteSentUpdateRequest | Deletes the specified sent update request. It mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId} |
![]() | DeleteUpdateRequest | Terminates the future scheduled delivery of the Update Request specified in the URL. It mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/updaterequests/{updateRequestId} |
![]() | GetSentUpdateRequest | Gets the specified sent update request on the Sheet. It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/sentupdaterequests/{updateRequestId} |
![]() | GetUpdateRequest | Gets the specified Update Request for the Sheet that has a future schedule. It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/updaterequests/{updateRequestId} |
![]() | ListSentUpdateRequests | Gets a list of all Sent Update Requests that have future schedules associated with the specified Sheet. It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/sentupdaterequests |
![]() | ListUpdateRequests | Gets a list of all Update Requests that have future schedules associated with the specified Sheet. It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/updaterequests |
![]() | UpdateUpdateRequest | Changes the specified Update Request for the Sheet. It mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/updaterequests/{updateRequestId} |