You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy.
16
+
List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy.
17
17
18
-
>**Note:** Activities is in a limited preview and is not yet available to all tenants.
19
18
20
19
[activities]: ../resources/itemactivity.md
21
20
@@ -25,8 +24,8 @@ List the recent [activities](../resources/itemactivity.md) that took place on an
25
24
26
25
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
Copy file name to clipboardExpand all lines: api-reference/beta/resources/drive.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Users without a OneDrive license may not have a default drive available.
25
25
|[List drive][drive-list]| drive collection |Retrieve the list of drive resources available for a target user, group, or site.|
26
26
|[Get drive][drive-get]| drive | Get metadata about a drive.|
27
27
|[Get drive root][item-get]|[driveItem][]| Get root folder of a drive.|
28
-
|[List activities][drive-activities]|[itemActivity][] collection | List activities that occurred under the drive.|
28
+
|[List activities][drive-activities]|[itemActivity][] collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
29
29
|[List followed items][drive-following]|[driveItem][] collection | List the user's followed driveItems.|
30
30
|[List children][item-children]|[driveItem][] collection | List children of the root folder of a drive.|
31
31
|[List changes][item-changes]|[driveItem][] collection | List changes for all driveItems in the drive.|
@@ -129,7 +129,7 @@ The **drive** resource is derived from [**baseItem**](baseitem.md) and inherits
Copy file name to clipboardExpand all lines: api-reference/beta/resources/driveitem.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Items with the **folder** facet act as containers of items and therefore have a
45
45
|[Get item](../api/driveitem-get.md)|[driveItem](../resources/driveitem.md)|Retrieve the metadata for a **driveItem** in a drive.|
46
46
|[Get analytics][]|[itemAnalytics][]| Get analytics for this resource.|
47
47
|[Get activities by interval][]|[itemActivityStat](../resources/itemactivitystat.md)| Get a collection of **itemActivityStats** within the specified time interval.|
48
+
|[Get recent activities](../api/itemactivity-list.md)|[itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
48
49
|[List children](../api/driveitem-list-children.md)|[driveItem](../resources/driveitem.md) collection | Return a collection of **driveItems** in the children relationship of a **driveItem**.|
49
50
|[List versions](../api/driveitem-list-versions.md)|[driveItemVersion][] collection | Retrieve the versions of a file in the current user's drive.|
50
51
|[Create folder](../api/driveitem-post-children.md)|[driveItem](../resources/driveitem.md)| Create a **driveItem** in the specified drive.|
@@ -270,7 +271,6 @@ The **driveItem** resource is derived from [**baseItem**][baseItem] and inherits
Copy file name to clipboardExpand all lines: api-reference/beta/resources/itemactivity.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ Namespace: microsoft.graph
17
17
Provides information about activities that took place on an item or within a container.
18
18
Currently only available on SharePoint and OneDrive for Business.
19
19
20
+
## Methods
21
+
22
+
| Method | Return type | Description |
23
+
|:-------|:------------|:------------|
24
+
|[List activities](../api/itemactivity-list.md)|[itemActivity](itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
Copy file name to clipboardExpand all lines: api-reference/beta/resources/list.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Represents a list in a [site](site.md). This resource contains the top level pro
24
24
|[Get](../api/list-get.md)|[list](../resources/list.md)| Get the metadata for a **list**. |
25
25
|[Get items](../api/listitem-list.md)|[listItem](../resources/listitem.md) collection | Get the collection of [listItems](../resources/listitem.md) in a **list**. |
26
26
|[Get lists in a site](../api/list-list.md)|[list](../resources/list.md) collection | Get the collection of **lists** in a [site](site.md). |
27
-
|[Get recent activities](../api/activities-list.md)|[itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on an item or under a hierarchy. |
27
+
|[List activities](../api/itemactivity-list.md)|[itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy.|
28
28
|[Create item](../api/listitem-create.md)|[listItem](../resources/listitem.md)| Create a new [listItem](../resources/listitem.md) in a **list**. |
29
29
|[Update item](../api/listitem-update.md)|[listItem](../resources/listitem.md)| Update the properties on a [listItem](../resources/listitem.md). |
30
30
|[Delete item](../api/listitem-delete.md)| None | Delete a [listItem](../resources/listitem.md) from a **list**. |
Copy file name to clipboardExpand all lines: api-reference/beta/resources/listitem.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ All examples are relative to a **[list][]**; for example, `https://graph.microso
33
33
|[Update][]|[fieldValueSet][]| Update the properties on a listItem. |
34
34
|[Delete][]| No Content | Removes an item from a list. |
35
35
|[Get analytics][]|[itemAnalytics][]| Get analytics for this resource. |
36
+
|[Get recent activities](../api/itemactivity-list.md)|[itemActivity](../resources/itemactivity.md) collection | List the recent [activities](../resources/itemactivity.md) that took place on a [drive](../resources/drive.md), [list](../resources/list.md), item, or within an item hierarchy. |
36
37
|[Get column values][Get]| listItem | Get column values from listItem. |
37
38
|[Update column values][Update]|[fieldValueSet][]| Update column values on a listItem. |
38
39
|[List document set version](../api/listitem-list-documentsetversions.md)|[documentSetVersion][] collection | Get a list of the versions of a document set item in a list. |
0 commit comments