Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2.05 KB

File metadata and controls

66 lines (51 loc) · 2.05 KB
author daspek
description The ItemActivityTimeSet resource provides information about when an activity on an item took place.
ms.date 09/14/2017
title ItemActivityTimeSet
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint

ItemActivityTimeSet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The ItemActivityTimeSet resource provides information about when an activity on an item took place.

Properties

Property Type Description
observedDateTime DateTimeOffset When the activity was observed to take place.
recordedDateTime DateTimeOffset When the observation was recorded on the service.

The difference between observed and recorded times is especially important for offline collaboration scenarios. If a user comments on a file while offline, the time that they make the comment be set as the observedDateTime. At a later time when the user reconnects to the cloud and the changes get uploaded, that later time is set as the recordedDateTime.

Relationships

None.

JSON representation

{
  "observedDateTime": "String (timestamp)",
  "recordedDateTime": "String (timestamp)"
}

Remarks

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