If I have a folder path in content server which is let's say :
A:B:C:D
I want to get the DataID of the folder D. How to get the last folder DataID?
I did SQL query but it's not fast enough.
On the REST API I only familiar with the ancestors of a given DataID.
Any other way I can somehow to achieve the required goal?
Thanks.