I tried GET sections API to get all 99 or more sections in a notebook. However, I got error response that status code was 500. Is this a bug or a feature?
My request URL was as follows.
https://www.onenote.com/api/v1.0/notebooks/{my notebook id}/sections
* The notebook has 99 or more sections.
The error response JSON was as follows.
{
"error": {
"code": "",
"message": "An error has occurred."
}
}
What's the way to get all 99 or more sections in a notebook via GET sections API?