Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.74 KB

File metadata and controls

55 lines (44 loc) · 1.74 KB
author daspek
title itemAnalytics resource type
description The ItemAnalytics object provides analytics about activities that took place on an item.
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 03/06/2024

itemAnalytics resource type

Namespace: microsoft.graph

The itemAnalytics resource provides analytics about activities that took place on an item. This resource is currently only available on SharePoint and OneDrive for Business.

You can also use the getActivitiesByInterval API to retrieve analytics over a custom time range or interval.

Note: The itemAnalytics resource is not yet available in all national deployments.

Properties

Property Type Description
allTime itemActivityStat Analytics over the item's lifespan.
lastSevenDays itemActivityStat Analytics for the last seven days.

JSON representation

{
  "allTime": {"@odata.type": "microsoft.graph.itemActivityStat"},
  "lastSevenDays": {"@odata.type": "microsoft.graph.itemActivityStat"}
}