Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.94 KB

File metadata and controls

63 lines (48 loc) · 1.94 KB
author daspek
description 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.
ms.date 09/14/2017
title ItemAnalytics
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint

itemAnalytics resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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