Why I am having a bug in alfresco api?

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

Why I am having a bug in alfresco api?

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
angelborroy
Alfresco Employee

Re: Why I am having a bug in alfresco api?

Try using the right filter with the API:

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

Hyland Developer Evangelist