I want to fetch the content that we see in the overview page when we click on the space name i.e. the content we see in the browser for the below URL
https://<domain-name>/wiki/spaces/<space-key>/overview
This is simply said still a page in the space.
You should be able to find the space first, via /wiki/api/v2/space/{spaceid}
Then make another call /wiki/api/v2/space/{spaceid}/pages, here you will also find the id of the page set as the main page in the space.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.