Hi Team,
I am using confluence API to get data from pages . I can read them with page ids and space key . However i am not sure how to proceed with below 2 points .
1. Since pages has tables ,i am using ?expand=body.view to read HTML and parsing it accordingly . Now may has link to different page but its a URL not page id (for ex : ending with confluence/x/zGwCPTQ\). How can i recursively get data from pages(Page id) . Can we get page id using API ?
1. Tree structure of any page ? Parent child relationship etc . I can see in response it gives main home page url not direct relationship among pages.
Any kind of help would be highly appreciated .