Namespace: microsoft.graph
The commentAction resource provides information about a comment activity made on an item.
Note: Item activity records are currently only available on SharePoint and OneDrive for Business.
Properties
| Property name | 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. |
JSON representation
{
"isReply": false,
"parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
"participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}