cancel
Showing results for 
Search instead for 
Did you mean: 

Why I am having a bug in alfresco api?

Dianeellis
Champ in-the-making
Champ in-the-making

Hello,

I'd like to find all files from specific directory using python. I've checked Alfresco Core API, first I found my desired folder with /queries/nodes, then I tried to check it's contents with /nodes/{nodeId}/children. But it returns all stored folders in that directory. LandstarOnline

Help will be Appreciated.

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

Try using the right filter with the API:

https://api-explorer.alfresco.com/api-explorer/#/nodes/listNodeChildren

Hyland Developer Evangelist