v1
latestOpenAPI 3.0.32026-08-061874701.5 MBcomments
Get a comment
Gets the comment specified by commentId.
get/sheets/{sheetId}/comments/{commentId}
Response
SUCCESS
Example response
{
"attachments": [
{
"mimeType": "PNG",
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}
],
"createdBy": {
"email": "jane.doe@smartsheet.com",
"name": "Jane Doe"
}
}