I created notebook by following my previous question answer:
Create new OneNote notebook Bad request
But when I am trying to list that notebook including few optional query parameters like below:
GET https://graph.microsoft.com/v1.0/users/userID/onenote/notebooks?$expand eq sections
I am getting error like below:
"error": { "code": " UnknownError", "message": " No resource found that matches the request " }
I think I messed up with adding optional query parameters. I am not getting any examples where they used optional parameters in it.
How to achieve this? Any ideas!!
TIA