Hello group, Really new to Alfresco! I have spent a few days so far and I love the REST API, but I can't figure out if there is an out-of-the-box REST API to list all files in a site. I'm using the Community v5 on localhost. I've been going through the available scripts using "http://localhost:8080/alfresco/service/index/uri/" but can't find anything that would return list of all files and folders in a site. Thanks, —bjorn
There is no out of the box Web Script to get all folders and documents in a site. If needed, you can implement your own custom Web Script or you can use CMIS API iteratively.