Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.8 KB

File metadata and controls

62 lines (48 loc) · 1.8 KB
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

CommentAction resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The CommentAction resource provides information about a comment activity made on an item.

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.

Relationships

None.

JSON representation

{
  "isReply": false,
  "parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
  "participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}

Remarks

Item activity records are currently only available on SharePoint and OneDrive for Business.