cancel
Showing results for 
Search instead for 
Did you mean: 

how to obtain list of files from noderef

alfdev101
Champ in-the-making
Champ in-the-making

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

2 REPLIES 2

abbask01
Star Collaborator
Star Collaborator

The Restv1 API can get the children of a node. for customized out create your custom webscript/service

Regards,
Abbas

alfdev101
Champ in-the-making
Champ in-the-making

Thanks Abbas.