An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi Troy, the recurrence of the Microsoft Graph API failing to update the LastModifiedDateTime property and dropping webhook sync signals a known, localized regression in how the API syncs changes from specific OneDrive or SharePoint storage clusters. Since the page updates are visible in the client application but completely invisible to downstream API requests, your polling and exclusion logic is hitting a stale data cache on the server side. To resolve or bypass this issue while Microsoft flags the regression internally, you should temporarily alter your synchronization payload to request the delta link state (/onenote/pages/delta) if supported by your endpoint, or force a cache-busting header like Cache-Control: no-cache in your standard page-pull requests to bypass the stale server-side indexing. Additionally, because this bug is highly dependent on the notebook's specific backend storage location, moving a heavily affected notebook to a different SharePoint site or a fresh OneDrive root folder frequently forces the Microsoft Graph backend to rebuild its webhook event triggers and index the modified timestamps correctly again.