SheetDiscussionResources Methods |
The SheetDiscussionResources type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDiscussion | Creates a new discussion on a sheet. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions | |
| CreateDiscussionWithAttachment | Creates a new discussion with an attachment on a sheet. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions | |
| DeleteDiscussion | Deletes a discussion Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/discussions/{discussionId} | |
| GetDiscussion | Gets the discussion specified in the URL. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/discussions/{discussionId} | |
| ListDiscussions | 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 This operation supports pagination of results. For more information, see Paging. |