Microsoft Graph API - Class Notebooks

200 Views Asked by At

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' OneNote API is not an option for my purposes.

1

There are 1 best solutions below

0
On
  1. You can use list pages endpoint to retrieve a list of page objects. If successful, this method returns a 200 OK response code and a collection of page objects in the response body.
  2. If you know the page Id, you can directly call the get page endpoint. (If not, 1st call will help you with that.)
  3. Use create page endpoint to create a new page in the specified section