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 f...