An Office service that supports add-ins to interact with objects in Office client applications.
Hi,
I couldn’t find any official Microsoft documentation confirming the behavior of the nav query parameter or its payload format. Based on the public documentation:
- Word.Comment.id is documented only as the identifier used by the Office.js API for comment operations. There is no documentation stating that it corresponds to the c value in a nav payload.
- Microsoft Graph createLink generates sharing links for a DriveItem, but it doesn’t provide a way to generate links targeting a specific comment, paragraph, bookmark, or content control.
- I also couldn’t find any documentation that guarantees the stability of Word.Comment.id across save/reopen, version creation, or file move/rename operations.
Because the nav parameter isn’t documented, it should be considered an implementation detail rather than a supported public interface. Microsoft doesn’t provide compatibility guarantees for undocumented URL formats, so they may change without notice.
Likewise, I couldn’t find a documented API for generating deep links to Word comments or for navigating directly to a paragraph or content control in Word Online or Word desktop.
If your solution depends on long-term compatibility, I wouldn’t recommend relying on the undocumented nav parameter. Instead, if you need an official statement on whether this behavior is supported or intended for production integrations, I’d recommend opening a support request with Microsoft or submitting the question through the Microsoft 365 Developer support channels, as only the product team can confirm undocumented behaviors.