workbookCommentReply resource type

Namespace: microsoft.graph

Represents a reply to an Excel comment.

Methods

Method Return Type Description
List workbookCommentReplies workbookCommentReply collection Retrieve a list of workbookcommentreply objects.
Get workbookCommentReply workbookCommentReply Read properties and relationships of workbookCommentReply object.
Create workbookCommentReply workbookCommentReply Create a new workbookCommentReply.

Properties

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

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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