Question
Query of "checked out" assets
Dear AEM Community,
Can you please help with a query to find out which assets my users have ‘checked out’ of the DAM? I know there are quite a few but I don’t know what they are unless I randomly encounter them.
The query I’m trying to run is:
path=/content/dam&
type=dam:Asset&
property=jcr:content/jcr:isCheckedOut&
property.value=true&
p.limit=-1
However I get no results with this. I also get no results with if I replace the property with property=jcr:content/jcr:lockOwner
What am I doing wrong?
Many thanks
Chris