workbookCommentReply resource type

Namespace: microsoft.graph

Represents a reply to an excel comment.

Methods

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

Properties

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

Relationships

Relationship Type Description
task workbookDocumentTask The task associated with the comment thread.

JSON representation

The following is a JSON representation of the resource.

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