vDWS License Restful API cannot response with full result

I’m developing a web app that needs to display all the clients of the vDWS License server. According to the post https://gridforums.nvidia.com/default/topic/8985/xendesktop/xendesktop-failed-to-acquire-license/, I’m using the Restful API: http://licenseserver:7070/api/1.0/instances/~/clients, but the number of the clients is always less than 20 even if the license server has distributed 50 or more vDWS licenses.

Could anyone here tell me how to get the full result of the clients? Thanks.

Problem solved.

URL should be:

http://licenseserver:7070/api/1.0/instances/~/clients?page=0&size=100