CommentAction リソースの種類

CommentActionリソースは、アイテムに対して行われたコメント アクティビティに関する情報を提供します。

JSON 表記

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

プロパティ

プロパティ名 種類 説明
isReply boolean true の場合、このアクティビティは既存のコメント スレッドへの返信だったことを示します。
parentAuthor identitySet コメント スレッドを開始したユーザーの ID。
participants identitySet コレクション 該当のコメント スレッドに参加しているユーザーの ID。

注釈

アイテムのアクティビティの記録は、現在、SharePoint と OneDrive for Business でのみ使用できます。