The OneNote Graph API allows the content of OneNote notebooks to be retreived. The section and sectionGroup resources have a lastModifiedBy and lastModifiedDate which gives us author and timestamp information.
The OneNote application itself (both web and desktop versions) exposes author information about individual edits within the HTML content of a page. Given this information is available to OneNote, can it be exposed through the Graph API?
Also, we would appreciate lastModifiedBy on the page object (it already has lastModifiedDateTime).