GET http://host:port/api/assets/myfolder.json
Returns an object that contains "entities", an array of objects where each is a folder within "myfolder"
But when I do the same for a folder that contains assets...
GET http://host:port/api/assets/myfolder/mysubfolder.json
There is no "entities" key at all.
"properties" is there (as well as "links", "class", and "actions"), and this contains paging information that shows me that there's something there ("total" > 0), plus I have links for "next" (and "previous" if I follow a "next" link), but I don't actually get the entities listing.
Note: on the web interface, every asset has a flag that says "REQUIRED METADATA MISSING". Would this be why they are excluded from the API? Can that be changed?
Note: I am a beginner with only 1 hour of experience with AEM! Just trying to do a simple integration with a project management app. Thanks!