Hi,
We are using confluence cloud REST API (https://developer.atlassian.com/cloud/confluence/rest/intro/). We are working on page integration in our app. we know that we can access the page details by using the 'Get content by ID' API call (https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-api-content-id-get).
We have a scenario in which there is a nested pages in space.
Example: Space Home Page -> Page Level 1 -> Page Level 2 -> Page Level 3
We had a requirement in which when we fetch the data of the 'Page Level 3', We should get the nested path of the page location like '/Space_Home_Page/Page_Level_1/Page_Level_2/Page_Level_3' or relevant format/pattern mentioned in above scenario.
Does anybody have a solution to the above mentioned scenario?
Thanks.
WMIO