Why I am having a bug in alfresco api?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 04:10 AM
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.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 06:34 AM
Try using the right filter with the API:
https://api-explorer.alfresco.com/api-explorer/#/nodes/listNodeChildren
Hyland Developer Evangelist
