RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
06-23-2021 07:22 AM
I am trying to get some information using the API. The URI is
/wsg/api/public/v9_1/query/ap
If I POST
{ "filters": [ { "type": "DOMAIN", "value": "blah" } ], "attributes": [ "*" ] }
then it returns all information, but if I do
{ "filters": [ { "type": "DOMAIN", "value": "blah" } ], "attributes": [ "ip" ] }
then it returns nothing ("ip" is one of the items returned with "*").
I can see how the API command becomes an SQL command, but I can't work out the column names I need to put in the "attributes" array.
Any advice gratefully received
