| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The ItemActivityTimeSet resource provides information about when an activity on an item took place.
| 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.
None.
{
"observedDateTime": "String (timestamp)",
"recordedDateTime": "String (timestamp)"
}Item activity records are currently only available on SharePoint and OneDrive for Business.