REST API - Get nodes of all folders

cancel
Showing results for 
Search instead for 
Did you mean: 
leotoso
Member II

REST API - Get nodes of all folders

I have a C# application using the Alfresco REST API to manage my files, I use the webscript to get the content of specific folder:

https://localhost:8080/alfresco/s/slingshot/doclib2/doclist/documents/site/ausland/documentLibrary/A...

What I need is get ALL nodes from the current folder and all the children and so on.

Or any API to search via properties.

If you guys have some documentation to use query search, I can't found a good doc about syntax and query creation

Just name the webscript then I search for it! ♥

4 Replies
krutik_jayswal
Senior Member II

Re: REST API - Get nodes of all folders

leotoso
Member II

Re: REST API - Get nodes of all folders

Unfortunately it doesn't work Smiley Sad I need list all folder and respective files (need to search via properties of the file)

Example:

https://172.16.1.47:8445/alfresco/s/slingshot/doclib2/doclist/documents/site/ausland/documentLibrary... 

Here I have all the folder, but it's not listing the files inside that folder

krutik_jayswal
Senior Member II

Re: REST API - Get nodes of all folders

There are parameters attached with it.Please check with that.Pasrameters are as below.

?perms=false&children=true

leotoso
Member II

Re: REST API - Get nodes of all folders

Still nothing =(

https://172.16.1.47:8445/alfresco/s/slingshot/doclib2/doclist/documents/site/ausland/documentLibrary...

I have the following structure:

DocumentLibrary/Arquivos Ausland/

Need to list those files and all files under/below!

Thanks for the help so far