Hello Experts,
I am currently using the Sharepoint REST API to interface with Sharepoint online to build an explorer app. I am able to access the Sharepoint hierarchy using REST API with no issues.
However there is a requirement where I need to generate a breadcrumb trail of the current location I am in. How I currently do it is by using the parent of the current site/sitecollection/list/file/etc. and traverse up using separate REST API calls. This seems to reduce the performance.
Could someone suggest me a better alternative in determining the hierarchy of an item using the Sharepoint REST API?
Regards,
Praneeth