The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hi @Kevin Zhu
Thank you for posting your question in the Microsoft Q&A forum.
The lastModifiedBy property is not returned by the ListItem Delta API, and this is expected behavior. The delta API is optimized for tracking changes, so it only includes properties that can change and are tracked by the delta token. It is not intended to provide the full set of item metadata.
For retrieving lastModifiedBy or other static metadata, you’ll need to query the item directly outside of the delta call.
You can read more at listItem: delta - Microsoft Graph v1.0 | Microsoft Learn.
I hope this helps clarify the behavior
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.