| author | daspek |
|---|---|
| title | commentAction resource type |
| description | The commentAction object provides information about a comment that was made on an item. |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 08/01/2024 |
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.
| 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. |
{
"isReply": false,
"parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
"participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}