I have to read all pages from microsoft onenote irrespective of notebooks or sections. I am using GET https://www.onenote.com/api/v1.0/me/notes/pages with valid access token.I am not getting page content in the response. How can I get content while fetching all pages.
Secondly if I try to get page content using content url specified in response the embedded images doesn't come as content but url to fetch that image. Thus to retrieve one page with 5 images let's say I need to make 7 calls. 1. To get all pages 2. To get each page content 3. TO get embedded images from content (here 5 in my case).
Is their any support for bulk operation ?
Is their any SDK for onenote for java integration ?