Sign in

List class notebooks (SharePoint site)

documented

List class notebooks stored in a SharePoint site (via site collection).

GET https://www.onenote.com/api/v1.0/myOrganization/sites/{siteId}/notes/classNotebooksClass Notebooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: Based on Microsoft Learn's OneNote REST API (Legacy) documentation for class notebooks, the endpoint pattern is https://www.onenote.com/api/v1.0/myOrganization/sites/{siteId}/notes/classNotebooks and requires OAuth Bearer tokens. See the source for reference. ([learn.microsoft.com](https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/how-to/onenote-classnotebook?utm_source=openai))

npx -y keychains@latest curl "https://www.onenote.com/api/v1.0/myOrganization/sites/{{$siteId}}/notes/classNotebooks" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"