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"
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.