Skip to content

Commit

Permalink
Update itemanalytics-get.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauragra authored Mar 29, 2024
1 parent 00f3f3a commit 1dd2757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/itemanalytics-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GET /sites/{site-id}/lists/{list-id}/items/{item-id}/analytics/lastSevenDays
```

> [!NOTE]
> The value for `{item-id}` in the `/sites/{site-id}/lists/{list-id}/items/{item-id}` request is the `listItemUniqueId`.
> The value for `{item-id}` in the `/sites/{site-id}/lists/{list-id}/items/{item-id}` request is the `listItemUniqueId`. To get the `listItemUniqueId` of an item, call the `/sites/{site-id}/lists/{list-id}/items/{item-id}?$select=sharepointIds` endpoint. For details, see [sharePointIds](/graph/api/resources/sharepointids).
## Optional query parameters
This method supports the [OData query parameters](/graph/query-parameters) to help customize the response.
Expand Down

0 comments on commit 1dd2757

Please sign in to comment.