Hello, I am working with the SZ100 API, and I need to get the complete list of connected clients I am using the following call:
https://ip_sz100:7443/api/public /v5_0/query/client
and this answers me and says that there are 120 clients, but only with the information of the first 10 clients. How can I do so that I respond with the information of all the clients?
Regards