v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
comments

Create a comment

Adds a comment to a discussion. To create a comment with an attachment please use "multipart/form-data" content type.

post/sheets/{sheetId}/discussions/{discussionId}/comments

Headers

Content-Typestring

Required for POST and PUT requests. Defines the structure for the request body.

Request body

textstring

Comment body.

Response

SUCCESS

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS",
  "result": {
    "attachments": [
      {
        "mimeType": "PNG",
        "createdBy": {
          "email": "jane.doe@smartsheet.com",
          "name": "Jane Doe"
        }
      }
    ],
    "createdBy": {
      "email": "jane.doe@smartsheet.com",
      "name": "Jane Doe"
    }
  }
}