Hello Techies,
I am currently exploring Documentum REST and have a requirement to retrieve the r_folder_path along with the document results from the search endpoints. Below is an example of a search endpoint I used, but the results do not include the r_folder_path.
To fetch the r_folder_path, I tried using the /dql endpoint, and it worked successfully with the following query:
http://localhost:8080/dctm-rest/repositories/REPO/?dql=SELECT r_folder_path FROM dm_folder WHERE r_object_id IN (SELECT i_folder_id FROM dm_document WHERE r_object_id='0944a43250005555')
However, my requirement is to use the /search endpoint, so the results should directly include the r_folder_path attribute.
Any suggestions or insights would be greatly appreciated!
Thanks,
Kaushal