cancel
Showing results for 
Search instead for 
Did you mean: 

REST get list of files

syncovery
Champ in-the-making
Champ in-the-making
I can get list of containers like this:


GET https://api.alfresco.com/..companyName.../public/alfresco/versions/1/sites/..user../containers

How can i get list of files in container?

thanks,
1 REPLY 1

syncovery
Champ in-the-making
Champ in-the-making
Here is URL
that works for me to get list of files in Alfresco Cloud


https://api.alfresco.com/'+ CompanyName +'/public/cmis/versions/1.0/atom/children?id='+ParentFolderId;