cancel
Showing results for 
Search instead for 
Did you mean: 

Rest API with Ajax

u_sunnamu
Champ in-the-making
Champ in-the-making

Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?

1 REPLY 1

Rodri_
Star Contributor
Star Contributor

Hello,

You can definitely do it with the JavaScript nuxeo Client: https://doc.nuxeo.com/nxdoc/javascript-client/

About getting several files / folders at once, yes, you can, but it also depends on the query you do. If several files / folders match your searching criteria, then you will get all of them as a response of the Ajax request.

Regards.