Open seandenigris opened 2 years ago
2022-11-09 - codeye
suggested on SO to try https://www.onenote.com/api/v1.0/me/notes/sections/){ID}/pages?$top=100&$orderby=createdDateTime%20desc
I'll have to wait to try that because it seems the missing pages have finally appeared after several days.
When I load pages via
https://graph.microsoft.com/v1.0/me/onenote/sections/{ID}/pages?$top=100&$orderby=createdDateTime%20desc
, the results are not up-to-date, even though changes have been synced across other devices.There should be 4 pages in the section. This is what is in the response:
[1] Deleted via
DELETE https://graph.microsoft.com/v1.0/me/onenote/pages/{ID}
per the docs