how to obtain list of files from noderef

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2019 08:48 AM
How to obtain list of a specific files within noderef
e.g. folderabc/folderxzy/backup contain files with name test_1, test2 and test 3
I want to obtain list of files starting test* from folderabc/folderxzy/backup
Labels:
- Labels:
-
Alfresco Content Services
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 02:47 AM
The Restv1 API can get the children of a node. for customized out create your custom webscript/service
Regards,
Abbas
Abbas

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 10:08 AM
Thanks Abbas.
