| author | daspek |
|---|---|
| description | The CommentAction resource provides information about a comment activity made on an item. |
| ms.date | 09/14/2017 |
| title | CommentAction |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | onedrive |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The CommentAction resource provides information about a comment activity made on an item.
| 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. |
None.
{
"isReply": false,
"parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
"participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}Item activity records are currently only available on SharePoint and OneDrive for Business.