-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update itemanalytics-get.md #9287
Conversation
Add a note to clarify {item-id} for /sites/{site-id}/lists/{list-id}/items/{item-id} should be the listItemUniqueId.
Learn Build status updates of commit 1b874ee: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@@ -40,6 +40,10 @@ GET /drives/{drive-id}/items/{item-id}/analytics/lastSevenDays | |||
GET /sites/{site-id}/analytics/lastSevenDays | |||
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a link to where they can get the listItemUniqueId value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. To get the listItemUniqueId of an item, call /sites/{site-id}/lists/{list-id}/items/{item-id}?$select=sharepointIds.
Ref. https://learn.microsoft.com/en-us/graph/api/resources/sharepointids?view=graph-rest-1.0
Learn Build status updates of commit 00f3f3a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 1dd2757: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Add a note to clarify {item-id} for /sites/{site-id}/lists/{list-id}/items/{item-id} should be the listItemUniqueId.