Click or drag to resize

SheetDiscussionResources Methods

The SheetDiscussionResources type exposes the following members.

Methods
  NameDescription
Public methodCreateDiscussion

Creates a new discussion on a sheet.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions

Public methodCreateDiscussionWithAttachment

Creates a new discussion with an attachment on a sheet.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions

Public methodDeleteDiscussion

Deletes a discussion

Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/discussions/{discussionId}

Public methodGetDiscussion

Gets the discussion specified in the URL.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/discussions/{discussionId}

Public methodListDiscussions

Gets a list of all discussions associated with the specified sheet (both sheet-level discussions and row-level discussions).

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/discussions

Remarks
This operation supports pagination of results. For more information, see Paging.
Top
See Also