Forum Discussion
michalkornet
Nov 13, 2025Iron Contributor
Retrieve Item Analytics for Multiple Items
Hi,
our team has noticed that it’s not possible to retrieve analytics when querying a list of items using $expand.
When we run this type of query, we don’t receive an error indicating that it’s not allowed; instead, the analytics property just returns null values.
https://graph.microsoft.com/v1.0/sites/<<SiteId>>/lists/<<ListID>>/items?$expand=fields,analytics($expand=allTime)
However, when we query a single item, everything works as expected.
https://graph.microsoft.com/v1.0/sites/<<SiteId>>/lists/<<ListID>>/items/<<ListID>>/analytics/allTime
Is there a way to retrieve analytics data for multiple items in one request?
No RepliesBe the first to reply