workbookCommentReply resource type

Namespace: microsoft.graph

Represents a reply to an excel comment.

Methods

Method Return Type Description
List workbookCommentReply collection Get a list of comment replies.
Create workbookCommentReply Create a new comment reply.
Get workbookCommentReply Read the properties and relationships of a comment reply.

Properties

Property Type Description
content String The content of the reply.
contentType String The content type for the reply.
id String The unique identifier for the reply. Read-only.

Relationships

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

JSON representation

The following JSON representation shows the resource type.

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