v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
comments

Get a comment

Gets the comment specified by commentId.

get/sheets/{sheetId}/comments/{commentId}

Response

SUCCESS

discussionIdnumber

Discussion ID of discussion that contains comment.

idnumber

Comment ID.

textstring

Comment body.

Example response

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