I'm trying to make a api query to /historicalClients/query (e.g. "https://api.asia.ruckus.cloud/historicalClients/query")
If I omit the fields paramter I just get back an ID for each client. How do I find out what fields are available?
The documentation just has an array of 'string' for the schema.
"fields": [
],
I've tried to guess using other values i've seen in other endpoints like /clients
so far I've found id, hostname, ssid. What are the others?