Hello Friends,
I use the following method call to get the list of all the documents 50 at a time.
request.send(BIP_RWS + "/raylight/v1/documents?offset="+offsetindex+"&limit=50", "GET", null);
Is it possible to extract the list of documents from a specific public folder by using the folder name?
Regards,
-Chris