https://IP:8443/wsg/api/public/v9_1/query/client
Here is my filter:
{
"filters": [
{
"type": "WLAN",
"value": "22"
}
]
}
It worked but only has 10 clients in "list" instead of 1768. How can I return correct number of client?
{
"totalCount": 1768,
"hasMore": true,
"firstIndex": 0,
"list": [XXXXXXXXXXXXXXX],