workbookComment resource type

Namespace: microsoft.graph

Represents a comment in workbook.

Methods

Method Return Type Description
List workbookComments workbookComment collection Get a workbookComment object collection.
Get workbookComment workbookComment Read the properties and relationships of a workbookComment object.

Properties

Property Type Description
content String The content of comment.
contentType String Indicates the type for the comment.
id String Represents the comment identifier. Read-only.

Relationships

Relationship Type Description
replies workbookCommentReply collection Read-only. Nullable.

JSON representation

The following is a JSON representation of the resource.

{
  "content": "String",
  "contentType": "String",
  "id": "String (identifier)"
}