how to retrieve node path from uuid ?
I need to retrieve a node path from uuid.
I tried query debugger (http://server:port/libs/cq/search/content/querydebug.html) as follows but it give a json and I not able to get a exact node path value
QUERY
1_property=jcr:uuid
1_property.value=2770975e-b5c6-4926-90da-7f7fc79c8393
Output JSON
{"jcr:predecessors":["c92b757f-ef96-454c-a3b7-2e66af6d55c5"],"jcr:uuid":"14493c54-d61d-41c8-9f96-083e943e731e","jcr:mixinTypes":["mix:versionable"],"jcr:createdBy":"admin","titleUpdatedTime":1449191314114,"jcr:versionHistory":"77248e24-174f-439e-89da-8f309194a85e","jcr:created":"Fri Dec 04 2015 09:21:30 GMT+1100","jcr:baseVersion":"c92b757f-ef96-454c-a3b7-2e66af6d55c5","jcr:primaryType":"cq:PageContent","jcr:isCheckedOut":true}
I have a multiple (> 1000) uuid's that I need to retrieve paths for. Is there a way to retrieve path for all of the in one go. This is not a development task of a code being developed. this is a maintenance task for repository cleanup.
Any pointers ?
/Regards
Kanwal
