Can't able to create new Page in Onenote using Graph api

Copper Contributor

 I am using the Microsoft Graph API, and I'm trying to create a oneNote page from Graph explorer.

 

API :Post

https://graph.microsoft.com/beta/groups/{groupID}/oneNote/sections/{sectionId}/pages

Content-type: text/html

I tried the below example to create a new page, the sample query is unresponsive.

https://docs.microsoft.com/en-us/graph/api/section-post-pages?view=graph-rest-1.0

tried without Html content(unresponsive).

Get Query for above api is working fine.(i.e groupID and sectionId is Correct).

 

0 Replies