Microsoft Graph OneNote refers to the OneNote APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.
Questions tagged [microsoft-graph-onenote]
57 questions
0
votes
1 answer
Microsoft Graph API - Class Notebooks
Using Microsoft Graph API, is it possible to create/load teacher and student pages from a Class Notebook?
I would prefer to not have to create a Teams assignment if possible but fine if that's the way I have to get around it.
Unfortunately the 'old'…

Ryloop
- 1
0
votes
1 answer
How do MS-graph OneNote page IDs map to OneNote app link page IDs?
In the MS Graph API the page IDs are in a form like this:
0-27696e96063a344f89a7735214aaa999!1-A0AC2C4AD3AAA999!34000
The second part is the MS Graph section ID.
However OneNote page links (e.g. online, or copied from the app) use UUIDs as page…

Freewalker
- 6,329
- 4
- 51
- 70
0
votes
0 answers
Updating Data on a OneNote Page Error, "Timeouts are not supported on this stream"
I have the goal of being able to programmatically update OneNote page data using C#. The Microsoft Graph API reference documentation suggests this can only be done by page element, not by page, and gives the following C# Graph SDK…

Nathan M
- 35
- 4
0
votes
1 answer
Graph API: ContentUrl of apps in Microsoft Teams Channel
I am trying to fetch tabs in a Microsoft Teams channel using Graph API. I can see that the contentUrl of NoteBook, Forms, Stream applications does not point to backend SharePoint URL but to application-specific URL. e.g.
ContentURL for Forms is: …

user13260866
- 131
- 1
- 2
- 9
0
votes
1 answer
How can we identify the timezone of date & time we are getting in MS Graph API response?
I am getting the following response from MS Graph API while fetching all sections.
(
[id] => 0-92b00000!86-AAAAAAAAAAAF1FC8!132
[self] => https://graph.microsoft.com/v1.0/users/testtt
…

Anupam Baldi
- 31
- 6
0
votes
1 answer
How to chage absolute position of an onenote elemente with microsoft graph
I'm trying to change the absolute position of a OneNote div without success.
I can create the full body with an absoluted positioned div:
This is my request:
[
{
'target':'body',
'action':'replace',
'content':'

Esteban Hugo Somma
- 7
- 1
- 1
0
votes
0 answers
OneNote API: Create notebook without table of contents
I can create OneNote notebook in OneDrive using https://graph.microsoft.com/v1.0/me/onenote/notebooks
This notebook is always created with default TOC. Is there any way I can create notebook without TOC or delete created default TOC?
This is needed…

user13260866
- 131
- 1
- 2
- 9
0
votes
1 answer
Mapping between item created using OneNote API and item returned from OneDrive delta query
I have created a NoteBook in OneDrive using OneNote API (https://graph.microsoft.com/v1.0/me/onenote/notebooks)
Now when I run delta query to get changed items in OneDrive (https://graph.microsoft.com/v1.0/me/drive/root/delta) I can see the newly…

user13260866
- 131
- 1
- 2
- 9
0
votes
1 answer
OneNote API: Notebook is created always under notebooks folder in OneDrive
I am trying to create OneNote NoteBook using OneNote API. (https://graph.microsoft.com/v1.0/me/onenote/notebooks)
I can see that there is no way to specify a folder path. It always creates a new NoteBook under "notebooks" folder in OneDrive. Is this…

user13260866
- 131
- 1
- 2
- 9
0
votes
1 answer
Graph API OneNote: Create section with page content
I have a requirement where I need to download the OneNote notebook and upload it again on demand.
I am using Graph API (DriveItem API) to track changes in the OneNote notebook and download it.
Now when I download it I an see that for section and…

user13260866
- 131
- 1
- 2
- 9
0
votes
1 answer
Delete a OneNote section using powerautomate
Is there a way to delete a OneNote section using powerautomate? I checked the available methods in the OneNote connector and I also checked the graph api. I could not see a method to delete the section.
I can delete all the pages in the section and…

mahajan
- 68
- 9
0
votes
1 answer
Accessing OneNote via Graph API
I have an MS account (not 365) which gives me access to the office suite online. My OneNote files are stored in OneDrive. I also have an Azure account with a registered app. Although both of these accounts have the same credentials, it looks like…

BerkoBob
- 13
- 4
0
votes
1 answer
How to get position of inkml data from OneNote API?
I am able to retrieve a page with inkML data from OneNote API as described here:
https://developer.microsoft.com/en-us/onenote/blogs/onenote-ink-beta-apis/
When the page is retrieved via the api (page data and inkML data).
How do I know the X, Y…

AndroidGecko
- 14,034
- 3
- 35
- 49
0
votes
1 answer
Set page order when creating OneNote page via Graph API
I have a powershell script that's using the Graph API to create a new page in a section of a Note Book. I'd like to be able to either create the new page at the top of the section or arbitrarily set the order of the pages. I can set the Level…

steam23
- 69
- 7
0
votes
1 answer
How to retrieve pages filtered by a tag from OneNote API?
Some of my pages have a OneNote Tag in it
https://learn.microsoft.com/en-us/graph/onenote-note-tags
I would like to retrieve only pages that contain a specific tag from a notebook.
Currently, I would need to
Get all the sections from a notebook
Get…

AndroidGecko
- 14,034
- 3
- 35
- 49