CommentAction resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The CommentAction resource provides information about a comment activity made on an item.
JSON representation
{
"isReply": false,
"parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
"participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}
Properties
Property | Type | Description |
---|---|---|
isReply | Boolean | If true, this activity was a reply to an existing comment thread. |
parentAuthor | identitySet | The identity of the user who started the comment thread. |
participants | identitySet collection | The identities of the users participating in this comment thread. |
Remarks
Item activity records are currently only available on SharePoint and OneDrive for Business.