cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch more than 50 files through API

kartik_sn
Confirmed Champ
Confirmed Champ

Hi, I am facing issue while retrieving more than 50 files from nuxeo through API. Can anyone help me on how i could increase the number of files being retrieved.

Thanks

1 REPLY 1

kartik_sn
Confirmed Champ
Confirmed Champ

Hi All, I have resolved the above issue by setting the pageSize of the response to the desired number. For Example i set pageSize to 550 records :

http://10.10.201.4:8080/nuxeo/api/v1/id/03ea5653-5b8c-44da-9f9d-7552982a1099/@children?pageSize=550

Thanks