<div dir="ltr"><div><div><div><div><div>Hey,<br><br></div>I created a URL to get all information in the WANDevice and separately the summary.ip as well (I require this field from the summary.ip object, not from the WANDevice), using the following url:<br><br>'<a href="http://10.66.6.170:7557/devices/?query={">http://10.66.6.170:7557/devices/?query={</a>"summary.ip"%3A"10.91.0.4"}&projection=InternetGatewayDevice.WanDevice,summary.ip'<br><br></div>However, the server returns only the following:<br>[<br>{"_id":"000F5D-DRG700-000F5DA14660","InternetGatewayDevice":{"WANDevice":{"1":{"WANConnectionDevice":{"1":{"WANIPConnection":{"1":{"ExternalIPAddress":{"_value":"10.91.0.4","_timestamp":"2015-04-07T10:01:36.060Z","_type":"xsd:string","_writable":false}}}}}}}},"summary.ip":{"_value":"10.91.0.4","_timestamp":"2015-04-07T10:01:36.060Z","_type":"xsd:string","_writable":false}}<br>]'<br><br></div>The WANDevice object should contain much more than this. The GUI also shows there is much more, like MAC, some counters, uptime. It seems that I would get everything from the WANDevice if I leave out the summary.ip. Could this be a bug?<br><br></div>Kind regards,<br><br></div>Dave<br></div>